forked from VimPlug/jedi
Make sure to skip some tests for Python 3.5
This commit is contained in:
@@ -17,7 +17,7 @@ collect_ignore = [
|
|||||||
'build/',
|
'build/',
|
||||||
'test/examples',
|
'test/examples',
|
||||||
]
|
]
|
||||||
if sys.version_info < (3, 5):
|
if sys.version_info < (3, 6):
|
||||||
# Python 2 not supported syntax
|
# Python 2 not supported syntax
|
||||||
collect_ignore.append('test/test_inference/test_mixed.py')
|
collect_ignore.append('test/test_inference/test_mixed.py')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user