From: Dimitri Savineau Date: Wed, 29 Jul 2020 14:12:57 +0000 (-0400) Subject: tests: pin pytest-forked to 1.2.0 X-Git-Tag: v3.2.47~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=54b55c8bac94a948f613184495f3340ee378045d;p=ceph-ansible.git 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 --- 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