Commit 557fd54a authored by Stefan Behnel's avatar Stefan Behnel

Really disable jedityper tests, have been broken for a while. See #1845.

parent 9e47391b
......@@ -2024,6 +2024,7 @@ def runtests(options, cmd_args, coverage=None):
exclude_selectors.append(RegExSelector('IPython'))
try:
raise ImportError("Jedi typer is currently broken, see GH#1845")
import jedi
if not ([0, 9] <= list(map(int, re.findall('[0-9]+', jedi.__version__ or '0')))):
raise ImportError
......
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