Skip to content

Commit 890cc59

Browse files
authored
Update Lib/test/test_genericalias.py
1 parent 6366ff4 commit 890cc59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_genericalias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def test_del_iter(self):
538538

539539
def test_gh150146(self):
540540
# It used to crash:
541-
for container in [memoryview, list, tuple]:
541+
for container in [list, tuple]:
542542
with self.subTest(container=container):
543543
x = container[TypeVar("")]
544544
with self.assertRaises(TypeError):

0 commit comments

Comments
 (0)