From b0155b540aca658903cf75c675a80bd9b855728f 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:08 +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 0d73357..a8cbc4b 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ deps = pytest-cov pytest-django mock - pytest + pytest<4.1 lxml cssselect pylint