From a1f5cb5082c6d52830b08676f4fd613df36d8e12 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 18 Apr 2020 17:13:10 -0700 Subject: [PATCH] Use pytest < 5.3.5 to work pytest failure https://github.com/pytest-dev/pytest/issues/6925 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index c5a75e46..3a05edfb 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,7 +1,7 @@ attrs >= 19.1.0 hypothesis >= 4.24, < 6 Pillow >= 5.0.0 -pytest >= 4.4.0, < 6 +pytest >= 4.4.0, < 5.3.5 pytest-xdist >= 1.28, < 2 pytest-helpers-namespace >= 2019.1.8 pytest-timeout >= 1.3.3