Hi all

I try to do a cleaup all zope packages and found 
some wired dependencies and bad setup. One of this 
bad things is the following:

The zope.dublincore package defines in setup.py

install_requires = ['setuptools',
                    'zope.annotation',
                    'zope.component',
                    'zope.interface',
                    # testing dependencies
                    'zope.testing',
                    'zope.security',
                    'zope.app.testing',
                    ],

I guess this is one of the packages which makes it
impossible to get rid of testing stuff on production 
servers! right or not?

This happens in 3.4.0, 3.4.0a1 was Ok.

Can anybody agree that the testing dependencies
should go to extra_requires ['test'] ?

Regards
Roger Ineichen
_____________________________
END OF MESSAGE

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to