mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Remove a test, because it's different in Python 2/3 and covered by typeshed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user