- Update to version 0.12.0 * Virtualenv/Environment support * F-String Completion/Goto Support * Cannot crash with segfaults anymore * Cleaned up import logic * Understand async/await and autocomplete it (including async generators) * Better namespace completions * Passing tests for Windows (including CI for Windows) * Remove Python 2.6 support - Update to version 0.11.1 * Parso update - the caching layer was broken * Better usages - a lot of internal code was ripped out and improved. - Remove upstream-included test_requrements.patch - Add new test_requrements.patch to avoid limit on pytest version. - Disable tests, they don't work in most situations. OBS-URL: https://build.opensuse.org/request/show/598807 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jedi?expand=0&rev=23
15 lines
327 B
Diff
15 lines
327 B
Diff
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
|
|
|