diff --git a/test/completion/arrays.py b/test/completion/arrays.py index 2f4bac85..4a213289 100644 --- a/test/completion/arrays.py +++ b/test/completion/arrays.py @@ -269,6 +269,9 @@ dic = {str(key): ''} #? str() 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}: #? int() str()