From aa097ee689e627ef1bd6abc641408b0c2e3f3f5d Mon Sep 17 00:00:00 2001 From: Sean Date: Wed, 22 Apr 2020 14:56:25 +0200 Subject: [PATCH] Set version of pytest-django and pytest-asyncio Apparently, updates in these two libraries are not compatible with out current testing setup --- requirements/development.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index cbb1411e4..749b85a11 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -4,6 +4,6 @@ flake8 isort mypy pytest -pytest-django -pytest-asyncio +pytest-django<3.9.0 +pytest-asyncio<0.11.0 pytest-cov