[Zope-CMF] SVN: Products.CMFCore/trunk/setup.py - made new testing dependency caused by r99878 explicit
Tres Seaver
tseaver at palladion.com
Sun Jul 5 12:20:57 EDT 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Yvo Schubbe wrote:
> Log message for revision 101588:
> - made new testing dependency caused by r99878 explicit
>
> Changed:
> U Products.CMFCore/trunk/setup.py
>
> -=-
> Modified: Products.CMFCore/trunk/setup.py
> ===================================================================
> --- Products.CMFCore/trunk/setup.py 2009-07-05 15:31:13 UTC (rev 101587)
> +++ Products.CMFCore/trunk/setup.py 2009-07-05 15:32:51 UTC (rev 101588)
> @@ -50,8 +50,13 @@
> 'five.localsitemanager>=0.3',
> 'Products.GenericSetup',
> ],
> - tests_require=['zope.testing>=3.7.0',
> - ],
> + tests_require=[
> + 'zope.testing >= 3.7.0',
> + 'Products.DCWorkflow',
> + ],
> + extras_require = dict(
> + test = ['Products.DCWorkflow'],
> + ),
> test_loader='zope.testing.testrunner.eggsupport:SkipLayers',
> test_suite='Products.%s' % NAME,
> entry_points="""
WAAAAA! Let's not codify the mistake: we should be ripping that
dependency out by the roots!
Tres.
- --
===================================================================
Tres Seaver +1 540-429-0999 tseaver at palladion.com
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFKUNLo+gerLs4ltQ4RAiT0AJ955ckMsQ9dfNZOK3ljDJeGv1zIyQCgh4TQ
GLrtEmr0DK6Fb0vRn7na974=
=ReNy
-----END PGP SIGNATURE-----
More information about the Zope-CMF
mailing list