From 54b55c8bac94a948f613184495f3340ee378045d Mon Sep 17 00:00:00 2001 From: Dimitri Savineau Date: Wed, 29 Jul 2020 10:12:57 -0400 Subject: [PATCH] tests: pin pytest-forked to 1.2.0 The pytest-forked 1.3.0 release isn't compatible with the pytest release we are using in that branch. ----------------------- pytest-forked 1.3.0 requires pytest>=3.10, but you'll have pytest 3.6.1 which is incompatible. ----------------------- Signed-off-by: Dimitri Savineau --- tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 99c6cd5ff..d306ae84c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,6 +1,7 @@ # These are Python requirements needed to run the functional tests six==1.10.0 testinfra==3.4.0 +pytest-forked==1.2.0 pytest-xdist==1.27.0 pytest==3.6.1 ansible~=2.6,<2.7 -- 2.47.3