mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Cannot use pytest 5 yet
This commit is contained in:
3
setup.py
3
setup.py
@@ -37,7 +37,8 @@ setup(name='jedi',
|
|||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
extras_require={
|
extras_require={
|
||||||
'testing': [
|
'testing': [
|
||||||
'pytest>=3.1.0',
|
# Pytest 5 doesn't support Python 2 and Python 3.4 anymore.
|
||||||
|
'pytest>=3.1.0,<5.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