1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/97b5ffbd5f5e/ Changeset: 97b5ffbd5f5e User: Oliver Bestwalter Date: 2016-06-20 13:41:56+00:00 Summary: #317 raise minversion in test to avoid breakage on next major update Affected #: 1 file
diff -r b73716454bbfee66e9b8db5a563d660114ffdbfa -r 97b5ffbd5f5ef876f4275d52320a3eb30f1b841d tests/test_config.py --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1438,7 +1438,7 @@ def test_minversion(self, tmpdir, newconfig, monkeypatch): inisource = """ [tox] - minversion = 3.0 + minversion = 10.0 """ with py.test.raises(tox.exception.MinVersionError): config = newconfig([], inisource) 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