-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Aaron Lehmann wrote:
Log message for revision 101312: Add 'zope.app.component' to the 'test' extra in the setup.py so that the creatorannotator tests can pass.
Changed: U zope.dublincore/trunk/setup.py
-=- Modified: zope.dublincore/trunk/setup.py =================================================================== --- zope.dublincore/trunk/setup.py 2009-06-29 11:48:01 UTC (rev 101311) +++ zope.dublincore/trunk/setup.py 2009-06-29 13:36:38 UTC (rev 101312) @@ -36,7 +36,11 @@ namespace_packages=['zope'], include_package_data=True, extras_require=dict( - test=['zope.testing', 'zope.security', 'zope.app.testing'] + test=[ + 'zope.app.component', + 'zope.testing', + 'zope.security', + 'zope.app.testing'] ), install_requires = ['setuptools', 'zope.annotation',
This *can't* be the right fix! (/me checks the tests). Those tests are *terrible*: we should be rewriting them, rather than papering over a completely stupid dependency on zope.app.component. 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.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFKSSGE+gerLs4ltQ4RAkieAJ4hBsR9MoQ/oVRgOAYIxfH4IeQYRQCgsU4j ioE53ucXAZwYIwBu/3SDm6c= =xEN8 -----END PGP SIGNATURE-----