From 5ec184390bfc784b2e15b578ccab60d668033382 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sun, 30 Oct 2022 09:29:12 +0100 Subject: [PATCH] import sys --- IPython/core/tests/test_iplib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/core/tests/test_iplib.py b/IPython/core/tests/test_iplib.py index 748723833e4..c5e065005f0 100644 --- a/IPython/core/tests/test_iplib.py +++ b/IPython/core/tests/test_iplib.py @@ -2,6 +2,7 @@ """ import stack_data +import sys SV_VERSION = tuple([int(x) for x in stack_data.__version__.split(".")[0:2]])