From 3d7b833eeb667e659827626437afd025abb8f6e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 1 Feb 2019 14:28:34 +0100 Subject: [PATCH] Fix travis by downgrading pytest to <4.2.0 --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index cbb1411e4..a3c0c03f2 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -3,7 +3,7 @@ coverage flake8 isort mypy -pytest +pytest<4.2.0 pytest-django pytest-asyncio pytest-cov