Skip to content

Commit

Permalink
Updated version constraints for Pytest (#124)
Browse files Browse the repository at this point in the history
Added version constraints for Pytest (<8). Pytest 8 was causing some of our unit tests to fail.
  • Loading branch information
sharmaharisam authored Dec 4, 2024
1 parent f10e3de commit 6a7688c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ deps =
pyasn1-modules
pymox < 1.2
pytest-cov
pytest<8
requests-mock
rsa
sortedcontainers
Expand Down

0 comments on commit 6a7688c

Please sign in to comment.