From 277afc5a2db07d6fd264261044c3bdf4d78a26de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 7 Jan 2019 05:53:46 +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 152c85a08..da6f0eb91 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,7 @@ deps = pytest-django pytest-random mock - pytest>=3.3.0 + pytest>=3.3.0,<4.1 lxml cssselect pylint<1.8