Skip to content

Commit

Permalink
Remove cap on pytest version
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 11, 2024
1 parent 80cf301 commit dcbd917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ coverage-pyver-pragma>=0.2.1
fastdiff<1,>=0.1.4
importlib-metadata>=3.6.0
mypy<1.8.0; platform_python_implementation == "CPython"
pytest<7.2.0,>=6.0.0
pytest>=6.0.0
pytest-benchmark>=3.2.3
pytest-cov>=2.8.1
pytest-mypy-plugins>=1.6.1; platform_python_implementation == "CPython"
Expand Down

0 comments on commit dcbd917

Please sign in to comment.