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 authored and holmanb committed Nov 14, 2023
1 parent a34e935 commit b86ab7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit b86ab7b

Please sign in to comment.