diff --git a/tests/requirements.txt b/tests/requirements.txt index 474fa6047..1ede580c2 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,11 +1,11 @@ # These are Python requirements needed to run the functional tests -testinfra>=3,<4 -pytest-xdist==1.28.0 -pytest>=4.6,<5.0 +testinfra +pytest-xdist +pytest ansible>=2.10,<2.11,!=2.9.10 Jinja2>=2.10 netaddr mock jmespath -pytest-rerunfailures<9.0 +pytest-rerunfailures pytest-cov