summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bestwalter <oliver.bestwalter@avira.com>2016-06-20 15:41:56 +0200
committerOliver Bestwalter <oliver.bestwalter@avira.com>2016-06-20 15:41:56 +0200
commit23fb9dc068907bfcb4c5a4f40d31ab9c08258df4 (patch)
treeaa0c3812abdd5a863bd89bdd68b199ff3bf62899
parent2c61240ae5f7882071885d8550161f57e554e6a5 (diff)
downloadtox-23fb9dc068907bfcb4c5a4f40d31ab9c08258df4.tar.gz
#317 raise minversion in test to avoid breakage on next major update
-rw-r--r--tests/test_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py
index 59ab213..ffc8343 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -1438,7 +1438,7 @@ class TestGlobalOptions:
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)