mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Skip Python 2 tests for some array issues
This commit is contained in:
@@ -269,6 +269,9 @@ dic = {str(key): ''}
|
|||||||
#? str()
|
#? str()
|
||||||
dic['']
|
dic['']
|
||||||
|
|
||||||
|
# Just skip Python 2 tests from here. EoL soon, I'm too lazy for it.
|
||||||
|
# python > 2.7
|
||||||
|
|
||||||
|
|
||||||
for x in {1: 3.0, '': 1j}:
|
for x in {1: 3.0, '': 1j}:
|
||||||
#? int() str()
|
#? int() str()
|
||||||
|
|||||||
Reference in New Issue
Block a user