From 73439d5863daea930c2583834fa0051a7fd1739f Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 30 Dec 2017 18:07:58 +0100 Subject: [PATCH] Don't use a newer pytest version Otherwise python 3.3 and 2.6 are not working anymore --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 67ff6bb..5b5246a 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py26, py27, py33, py34, py35, py36 [testenv] deps = - pytest>=3.0.7 + pytest>=3.0.7, < 3.3 # For --lf and --ff. pytest-cache setenv =