We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523c370 commit 2b90e62Copy full SHA for 2b90e62
tests/list_tests.py
@@ -73,7 +73,7 @@ def test_repr(self):
73
assert str(a2) == "[0, 1, 2, [...], 3]"
74
assert repr(a2) == "[0, 1, 2, [...], 3]"
75
76
- @not_pypy
+ @not_pypy()
77
def test_repr_deep(self):
78
a = self.type2test([])
79
for i in range(sys.getrecursionlimit() + 100):
0 commit comments