From b2824a35470de838d13135c1634f676252dde850 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 6 Dec 2018 19:07:06 +0100 Subject: [PATCH] Remove a test, because it's different in Python 2/3 and covered by typeshed --- test/completion/arrays.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/completion/arrays.py b/test/completion/arrays.py index a103942a..f0059cf5 100644 --- a/test/completion/arrays.py +++ b/test/completion/arrays.py @@ -267,9 +267,6 @@ for x in {1: 3.0, '': 1j}: dict().values().__iter__ d = dict(a=3, b='') -# Indexing is not supported -#? -d.values()[0] x, = d.values() #? int() str() x