From: Guillaume Abrioux Date: Thu, 4 Apr 2019 02:01:01 +0000 (+0200) Subject: tests: pin pytest-xdist to 1.27.0 X-Git-Tag: v3.2.12~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=68a832e3c8d9f3c528c2cc8bae9045f3296551a1;p=ceph-ansible.git tests: pin pytest-xdist to 1.27.0 looks like newer version of pytest-xdist requires pytest>=4.4.0 Signed-off-by: Guillaume Abrioux (cherry picked from commit ba0a95211cc00b2cae14b018722f437c0091a2ef) --- diff --git a/tests/requirements.txt b/tests/requirements.txt index 38058fa68..97cded8e6 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ # These are Python requirements needed to run the functional tests six==1.10.0 testinfra==1.19.0 -pytest-xdist +pytest-xdist==1.27.0 pytest==3.6.1 notario>=0.0.13 ansible~=2.6,<2.7