From 6c312cb6a4845f8eed92b7f96105850de908f351 Mon Sep 17 00:00:00 2001 From: Oskar Hahn Date: Sat, 12 Jan 2019 23:28:44 +0100 Subject: [PATCH] Undo #4086 after pytest is fixed and released --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index e03a713f6..cbb1411e4 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -3,7 +3,7 @@ coverage flake8 isort mypy -pytest<4.1 # See https://github.com/pytest-dev/pytest-asyncio/issues/104 +pytest pytest-django pytest-asyncio pytest-cov