Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cython
Commits
557fd54a
Commit
557fd54a
authored
7 years ago
by
Stefan Behnel
Browse files
Options
Download
Email Patches
Plain Diff
Really disable jedityper tests, have been broken for a while. See #1845.
parent
9e47391b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
runtests.py
runtests.py
+1
-0
No files found.
runtests.py
View file @
557fd54a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment