Skip to content

Commit

Permalink
Allow more recent version of pytest
Browse files Browse the repository at this point in the history
pytest 7.x and 8.x work without changes.
  • Loading branch information
PeterJCLaw committed Jun 23, 2024
1 parent 065580b commit 3118462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
install_requires=['parso>=0.8.3,<0.9.0'],
extras_require={
'testing': [
'pytest<7.0.0',
'pytest<9.0.0',
# docopt for sith doctests
'docopt',
# coloroma for colored debug output
Expand Down

0 comments on commit 3118462

Please sign in to comment.