[Pytest-commit] commit/tox: Oliver Bestwalter: #317 raise minversion in test to avoid breakage on next major update

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Jun 20 09:42:10 EDT 2016


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.


More information about the pytest-commit mailing list