summaryrefslogtreecommitdiff
path: root/tests/test_self.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_self.py')
-rw-r--r--tests/test_self.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_self.py b/tests/test_self.py
index 31b7a3705..0b325a6b0 100644
--- a/tests/test_self.py
+++ b/tests/test_self.py
@@ -330,7 +330,7 @@ class TestRunTC(object):
assert isinstance(output[0], dict)
# So each version wants a different column number...
if platform.python_implementation() == "PyPy":
- column = 8
+ column = 9
elif sys.version_info >= (3, 8):
column = 9
else: