]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: pin pytest-forked to 1.2.0
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 29 Jul 2020 14:12:57 +0000 (10:12 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 29 Jul 2020 14:35:22 +0000 (10:35 -0400)
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 <dsavinea@redhat.com>
tests/requirements.txt

index 99c6cd5ffb5f9a9be003ec0cb490f449025b7c99..d306ae84c7f2a27cc00f8233bacec7b982319b73 100644 (file)
@@ -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