mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Allow more recent version of pytest
pytest 7.x and 8.x work without changes.
This commit is contained in:
2
setup.py
2
setup.py
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user