From 47e87b4cc9b1a474d0bb3f9751c74b305035d5f3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 3 Dec 2017 23:16:08 +0100 Subject: [PATCH] tox: require pytest<3.3 Workaround for https://github.com/pytest-dev/pytest-django/issues/550. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5a2733806..14adb7662 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ envlist = [testenv] deps = - pytest>=3.0,<4.0 + pytest>=3.0,<3.3 django-configurations==2.0 pytest-xdist==1.15 {env:_PYTESTDJANGO_TOX_EXTRA_DEPS:}