- fix tests to run on current python3 - added test_requrements.patch to allow newer versions of python-parso - fix test conditions OBS-URL: https://build.opensuse.org/request/show/540487 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=20
8 lines
215 B
Diff
8 lines
215 B
Diff
Index: jedi-0.11.0/requirements.txt
|
|
===================================================================
|
|
--- jedi-0.11.0.orig/requirements.txt
|
|
+++ jedi-0.11.0/requirements.txt
|
|
@@ -1 +1 @@
|
|
-parso==0.1.0
|
|
+parso>=0.1.0
|