[Zope-CMF] SVN: Products.CMFDefault/trunk/setup.py - dependency cleanup

Tres Seaver tseaver at palladion.com
Mon Feb 16 11:44:09 EST 2009


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Yvo Schubbe wrote:
> Log message for revision 96580:
>   - dependency cleanup
> 
> Changed:
>   U   Products.CMFDefault/trunk/setup.py
> 
> -=-
> Modified: Products.CMFDefault/trunk/setup.py
> ===================================================================
> --- Products.CMFDefault/trunk/setup.py	2009-02-16 10:42:54 UTC (rev 96579)
> +++ Products.CMFDefault/trunk/setup.py	2009-02-16 10:43:09 UTC (rev 96580)
> @@ -45,14 +45,18 @@
>        setup_requires=['eggtestinfo',
>                       ],
>        install_requires=[
> -          #'Zope >= 2.10.4',
>            'setuptools',
> +          #'Zope2 >= 2.10.4',
>            'Products.CMFCore',
> -          'Products.DCWorkflow',
>            'Products.GenericSetup',
>            ],
> -      tests_require=['zope.testing>=3.7.0',
> -                    ],
> +      tests_require=[
> +          'zope.testing >= 3.7.0',
> +          'Products.DCWorkflow',
> +          ],
> +      extras_require = dict(
> +          test = ['Products.DCWorkflow'],
> +          ),

Can somebody explain the dependency on DCWorkflow's ZCML getting loaded?
 This seems like it should be ripped out:  no tests should need to get
actaul DCWrolfow instances configured.  Or are we trying to run
functional tests against a site configured from a profile which uses
DCWorkflow?


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

iD8DBQFJmZfZ+gerLs4ltQ4RAhaEAKCwoZOfwjbjfltvdHOdAQ8OvQeFEgCfQDGp
V2pNxMBXIYLVWBsaei2/y5k=
=Sbzi
-----END PGP SIGNATURE-----



More information about the Zope-CMF mailing list