From b3de8372d516e51daca43e039def755580d3f8f8 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Mon, 17 May 2021 15:22:00 +0200 Subject: [PATCH] tox: restrict pytest-django version (#54029) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index aa280fc..25eaf18 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ deps = psycopg2 pytest-cov pytest - pytest-django + pytest-django<4.3 setenv = DJANGO_SETTINGS_MODULE=test_settings coverage: COVERAGE=--cov-append --cov-report xml --cov-report html --cov=django_journal/