We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6705a commit 00d5149Copy full SHA for 00d5149
1 file changed
tests/test_future/test_pasteurize.py
@@ -37,7 +37,7 @@ def test_range_slice(self):
37
quickly on both Py3 and Py2 without a MemoryError
38
"""
39
code = '''
40
- for i in range(10**15)[:10]:
+ for i in range(10**8)[:10]:
41
pass
42
'''
43
self.unchanged(code, from3=True)
0 commit comments