Skip to content

Commit

Permalink
BUG: Bump pytest version in dev
Browse files Browse the repository at this point in the history
Python 3.10 broke pytest <6.2.4:
pytest-dev/pytest#8539 (comment)

Fix implemented
pytest-dev/pytest#8540
  • Loading branch information
Jacob-Stevens-Haas committed Apr 7, 2023
1 parent 5c6e9fd commit 467223c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,6 +1,6 @@
-e .
-r requirements.txt
pytest~=6.0.0
pytest>=6.2.4
black
pytest-cov
pytest-lazy-fixture
Expand Down

0 comments on commit 467223c

Please sign in to comment.