Allow more recent version of pytest

pytest 7.x and 8.x work without changes.
This commit is contained in:
Peter Law
2024-06-23 13:18:53 +01:00
parent 065580b5d4
commit 3118462a93

View File

@@ -39,7 +39,7 @@ setup(name='jedi',
install_requires=['parso>=0.8.3,<0.9.0'], install_requires=['parso>=0.8.3,<0.9.0'],
extras_require={ extras_require={
'testing': [ 'testing': [
'pytest<7.0.0', 'pytest<9.0.0',
# docopt for sith doctests # docopt for sith doctests
'docopt', 'docopt',
# coloroma for colored debug output # coloroma for colored debug output