Commit 94d0b070 authored by Reinout van Rees's avatar Reinout van Rees

Merge pull request #272 from buildout/reinout-interface-pin

Upgraded version pins
parents ccb9523a 14a8327f
...@@ -4,8 +4,10 @@ parts = test oltest py ...@@ -4,8 +4,10 @@ parts = test oltest py
versions = versions versions = versions
[versions] [versions]
zope.interface = 4.0.1 zope.interface = 4.1.3
zope.exceptions = 4.0.1 zope.exceptions = 4.0.8
zc.recipe.testrunner = 2.0.0
zope.testing = 4.5.0
[py] [py]
recipe = zc.recipe.egg recipe = zc.recipe.egg
...@@ -15,7 +17,7 @@ eggs = zc.buildout ...@@ -15,7 +17,7 @@ eggs = zc.buildout
interpreter = py interpreter = py
[test] [test]
recipe = zc.recipe.testrunner ==1.3.0 recipe = zc.recipe.testrunner
eggs = eggs =
zc.buildout[test] zc.buildout[test]
zc.recipe.egg zc.recipe.egg
...@@ -31,4 +33,3 @@ defaults = ...@@ -31,4 +33,3 @@ defaults =
'-t', '-t',
'!(bootstrap|selectingpython|selecting-python)', '!(bootstrap|selectingpython|selecting-python)',
] ]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment