From c824888c98f7b3840a012cb35e57368e3b97e908 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Sun, 6 Jan 2019 20:23:28 +0100 Subject: [PATCH] Fix pytest to a version lower 4.1 until a bug in pytest-asyncio is fixed --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 20cf8c381..870c431d1 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -2,7 +2,7 @@ coverage flake8 isort mypy -pytest +pytest<4.1 # See https://github.com/pytest-dev/pytest-asyncio/issues/104 pytest-django pytest-asyncio pytest-cov