From 02c2e5f53fea785c59b3eef25be0b29484f8c349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 6 Jan 2019 16:28:33 +0100 Subject: [PATCH] tox: limit pytest version --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8f85d48..43ae5e5 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ deps = django111: django>=1.11,<2.0 pytest-cov pytest-django - pytest>=3.3.0 + pytest>=3.3.0,<4.1 pylint pylint-django mock