From 3118462a939581edc410f2f76e34e99084708468 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Sun, 23 Jun 2024 13:18:53 +0100 Subject: [PATCH] Allow more recent version of pytest pytest 7.x and 8.x work without changes. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 68210ef2..43292a4b 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup(name='jedi', 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