From 2a91e122870490d2ae34017c87bfae5de5ad321e Mon Sep 17 00:00:00 2001 From: Miguel Vieira Date: Fri, 24 Jan 2020 17:10:00 +0000 Subject: [PATCH] Downgrade pytest: https://github.com/pytest-dev/pytest/issues/6492 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index be52e41e51..ab17296571 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ flake8==3.7.9 # Testing # ------------------------------------------------------------------------------ tox==3.14.3 -pytest==5.3.3 +pytest==5.3.2 pytest_cases==1.12.0 pytest-cookies==0.4.0 pytest-test-groups==1.0.3