Skip Python 2 tests for some array issues

This commit is contained in:
Dave Halter
2019-09-06 00:04:44 +02:00
parent ae79919eb4
commit 66022edf14

View File

@@ -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()