Skip to content

Commit

Permalink
test: unpin pytest
Browse files Browse the repository at this point in the history
After pytest-dev/pytest#11125 being included in
pytest==7.4, pytest can be unpinned.
  • Loading branch information
aciba90 committed Oct 24, 2023
1 parent afc7584 commit dcb5ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-requirements.txt
Expand Up @@ -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

0 comments on commit dcb5ff9

Please sign in to comment.