1 new commit in tox:
https://bitbucket.org/hpk42/tox/commits/72ba41dbebee/
Changeset: 72ba41dbebee
User: hpk42
Date: 2013-11-12 10:27:42
Summary: fix issue132: removing zip_safe setting (so it defaults to false)
to allow installation of tox via easy_install/eggs. Thanks Jenisys.
Affected #: 2 files
diff -r 7a16cd37007c630dff269878a542c16bbaf6cf68 -r
72ba41dbebee260b19f8ef1a337c83d45ab8fcf3 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
1.6.2.dev
---------
+- fix issue132: removing zip_safe setting (so it defaults to false)
+ to allow installation of tox
+ via easy_install/eggs. Thanks Jenisys.
+
- fix issue126: depend on virtualenv>=1.10.1 so that we can rely
(hopefully) on a pip version which supports --pre. (tox by default
uses to --pre). Note that tox also vendors an older virtualenv
diff -r 7a16cd37007c630dff269878a542c16bbaf6cf68 -r
72ba41dbebee260b19f8ef1a337c83d45ab8fcf3 setup.py
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,6 @@
tests_require=['tox'],
cmdclass={"test": Tox},
install_requires=install_requires,
- zip_safe=True,
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Repository URL: https://bitbucket.org/hpk42/tox/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit