From 958f0fb78665afc77450ef008abacafba762c89d Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 16 Jun 2020 12:21:17 +0200 Subject: [PATCH] Fix python 3.6 and 3.7 tests Hotfix for python tests --- requirements/development.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index 749b85a11..4bcc167eb 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -3,7 +3,7 @@ coverage flake8 isort mypy -pytest +pytest<5.4.2 pytest-django<3.9.0 pytest-asyncio<0.11.0 -pytest-cov +pytest-cov<2.8.2