-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/14/2011 12:29 AM, David Glick wrote:
Log message for revision 121421: include all test dependencies
Changed: U persistent/trunk/buildout.cfg U persistent/trunk/setup.py
-=- Modified: persistent/trunk/buildout.cfg =================================================================== --- persistent/trunk/buildout.cfg 2011-04-14 04:20:08 UTC (rev 121420) +++ persistent/trunk/buildout.cfg 2011-04-14 04:29:37 UTC (rev 121421) @@ -7,7 +7,7 @@ [test] recipe = zc.recipe.testrunner eggs = - persistent + persistent [test]
[scripts] recipe = zc.recipe.egg
Modified: persistent/trunk/setup.py =================================================================== --- persistent/trunk/setup.py 2011-04-14 04:20:08 UTC (rev 121420) +++ persistent/trunk/setup.py 2011-04-14 04:29:37 UTC (rev 121421) @@ -24,9 +24,11 @@ from setuptools import setup
TESTS_REQUIRE = [ + 'transaction', 'zope.interface', 'zope.testing>=3.7.0', 'zope.testrunner', + 'ZODB3', ]
This change serves an anti-goal for the standalone 'persistent' package. I want to rip out (and replace, if needed) any tests which use ZODB, so having them error out because it is missing is a win. 'transaction' shouldn't be needed, either. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2ntdsACgkQ+gerLs4ltQ6ARgCgnQG7AYdt6bzjAFzh2OaG2C+d Up8AoNotgiLnZyOVdV67ySgsw7iQWKPV =87hm -----END PGP SIGNATURE-----