Cleanup fuzzy tests a bit, see #1409

This commit is contained in:
Dave Halter
2019-12-15 19:50:43 +01:00
parent 49eb2c0a12
commit f91f655d55
2 changed files with 12 additions and 38 deletions

View File

@@ -38,7 +38,7 @@ setup(name='jedi',
extras_require={
'testing': [
# Pytest 5 doesn't support Python 2 and Python 3.4 anymore.
'pytest>=3.1.0,<5.0.0',
'pytest>=3.9.0,<5.0.0',
# docopt for sith doctests
'docopt',
# coloroma for colored debug output