From 779f166e177d0f4e0de5b29bd92412fd78aee134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 6 Jan 2019 21:51:33 +0100 Subject: [PATCH] tox: limit pytest version to a version compatible with pytest-cov --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bc0fbd0..f0f3a40 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,6 @@ deps = psycopg2 pytest-cov pytest-django - pytest + pytest<4.1 commands = py.test {posargs:tests/}