test_suite missed in setup.py in zope.conttenttype
Robin Lee <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <[email protected]> |
This is trivial. _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
python-zope-contenttype-3.5.1-run-tests.patch
(application/octet-stream, 439 B)
diff -Naur zope.contenttype-3.5.1/setup.py zope.contenttype-3.5.1.new/setup.py
--- zope.contenttype-3.5.1/setup.py 2010-03-24 09:52:57.000000000 +0800
+++ zope.contenttype-3.5.1.new/setup.py 2010-09-12 18:44:10.631154917 +0800
@@ -60,6 +60,7 @@
namespace_packages=['zope',],
install_requires=['setuptools',
],
+ test_suite='zope.contenttype',
include_package_data=True,
zip_safe=False,
)