Commit a92011b6 authored by Tres Seaver's avatar Tres Seaver

Use released zope.testing.

parent 550c091b
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################## ##############################################################################
__version__ = '1.0a1' __version__ = '1.0b1'
import os import os
...@@ -77,7 +77,7 @@ setup(name='persistent', ...@@ -77,7 +77,7 @@ setup(name='persistent',
'persistent/ring.h'], 'persistent/ring.h'],
tests_require = [ tests_require = [
'zope.interface', 'zope.interface',
'zope.testing>=3.7dev', 'zope.testing>=3.7.0',
], ],
test_loader="zope.testing.testrunner.eggsupport:SkipLayers", test_loader="zope.testing.testrunner.eggsupport:SkipLayers",
test_suite="persistent.tests", test_suite="persistent.tests",
......
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