Commit 064be573 authored by Hanno Schlichting's avatar Hanno Schlichting

Move Zope2 tests at the end, they tend to leave the process in an unclean...

Move Zope2 tests at the end, they tend to leave the process in an unclean state and cause reference couunting / garbage collection timing issues in AccessControl tests
parent 37ea0ae9
...@@ -48,7 +48,6 @@ scripts = zopepy ...@@ -48,7 +48,6 @@ scripts = zopepy
[alltests] [alltests]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = eggs =
Zope2
AccessControl AccessControl
Acquisition Acquisition
DateTime DateTime
...@@ -61,6 +60,7 @@ eggs = ...@@ -61,6 +60,7 @@ eggs =
Products.ZCatalog Products.ZCatalog
Products.ZCTextIndex Products.ZCTextIndex
Record Record
Zope2
# RestrictedPython has an optional dependency on DateTime, make sure to run its # RestrictedPython has an optional dependency on DateTime, make sure to run its
# tests with DateTime being available # tests with DateTime being available
RestrictedPython RestrictedPython
......
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