1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/acb4f0db1d40/ Changeset: acb4f0db1d40 User: hpk42 Date: 2014-05-15 11:41:19 Summary: fix issue150: parse {posargs} more like we used to do it pre 1.7.0. The 1.7.0 behaviour broke a lot of OpenStack projects. See PR85 and the issue discussions for (far) more details, hopefully resulting in a more refined behaviour in the 1.8 series. And thanks to Clark Boylan for the PR. Affected #: 4 files
diff -r 169574bf58a499d179ece389b75a83ee8b6fba4a -r acb4f0db1d405a772c17217b28d87859fc12084e CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ development ----------- +- fix issue150: parse {posargs} more like we used to do it pre 1.7.0. + The 1.7.0 behaviour broke a lot of OpenStack projects. + See PR85 and the issue discussions for (far) more details, hopefully + resulting in a more refined behaviour in the 1.8 series. + And thanks to Clark Boylan for the PR. + - fix issue59: add option "--skip-missing-interpreters" which won't fail the build if Python interpreters listed in tox.ini are missing. Thanks Alexandre Conrad for PR104. diff -r 169574bf58a499d179ece389b75a83ee8b6fba4a -r acb4f0db1d405a772c17217b28d87859fc12084e CONTRIBUTORS --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -26,3 +26,4 @@ Alexandre Conrad Morgan Fainberg Marc Schlaich +Clark Boylan diff -r 169574bf58a499d179ece389b75a83ee8b6fba4a -r acb4f0db1d405a772c17217b28d87859fc12084e setup.py --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ description='virtualenv-based automation of test activities', long_description=open("README.rst").read(), url='http://tox.testrun.org/', - version='1.7.1', + version='1.7.2.dev1', license='http://opensource.org/licenses/MIT', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], author='holger krekel', diff -r 169574bf58a499d179ece389b75a83ee8b6fba4a -r acb4f0db1d405a772c17217b28d87859fc12084e tox/__init__.py --- a/tox/__init__.py +++ b/tox/__init__.py @@ -1,5 +1,5 @@ # -__version__ = '1.7.1' +__version__ = '1.7.2.dev1' class exception: class Error(Exception): 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 pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit