python-jedi/test_requrements.patch

15 lines
327 B
Diff
Raw Normal View History

Index: jedi-0.12.0/tox.ini
===================================================================
--- jedi-0.12.0.orig/tox.ini
+++ jedi-0.12.0/tox.ini
@@ -2,7 +2,7 @@
envlist = py27, py33, py34, py35, py36
[testenv]
deps =
- pytest>=2.3.5, < 3.3
+ pytest>=2.3.5
pytest-cache
# docopt for sith doctests
docopt