diff --git a/integration-requirements.txt b/integration-requirements.txt index 510f013f40b..ee1d03fe0ff 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -3,11 +3,11 @@ # pycloudlib==1!5.6.0 -# Await pytest > 7.3.2. Breaking change in `testpaths` treatment forced +# Avoid breaking change in `testpaths` treatment forced # test/unittests/conftest.py to be loaded by our integration-tests tox env # resulting in an unmet dependency issue: # https://github.com/pytest-dev/pytest/issues/11104 -pytest<=7.3.1 +pytest!=7.3.2 packaging passlib diff --git a/test-requirements.txt b/test-requirements.txt index b74b3e30513..19488b943d7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,10 @@ # Needed generally in tests -# Await pytest > 7.3.2. Breaking change in `testpaths` treatment forced +# Avoid breaking change in `testpaths` treatment forced # test/unittests/conftest.py to be loaded by our integration-tests tox env # resulting in an unmet dependency issue: # https://github.com/pytest-dev/pytest/issues/11104 -pytest<=7.3.1 +pytest!=7.3.2 pytest-cov pytest-mock