Commit f5188e8e authored by Stefan Behnel's avatar Stefan Behnel

restrict Jedi tests to Jedi 0.8.1 and later

--HG--
extra : transplant_source : %CC%5B%1C%85Jy%96%C2%29%CDt%26%E0W%EB%0C8%DF%0Fb
parent 49d9254c
......@@ -1951,6 +1951,8 @@ def runtests(options, cmd_args, coverage=None):
try:
import jedi
if list(map(int, re.findall('[0-9]+', jedi.__version__))) < [0, 8, 1]:
raise ImportError
except ImportError:
exclude_selectors.append(RegExSelector('Jedi'))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment