From a356a8e0ee24c3d71dbc105681119c318e7e10f7 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 27 Apr 2022 03:39:05 -0400 Subject: [PATCH] Reinstante pyenvlib --- test/test_pyenvlib.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_pyenvlib.py b/test/test_pyenvlib.py index fbf061e0..7b76e5ed 100755 --- a/test/test_pyenvlib.py +++ b/test/test_pyenvlib.py @@ -31,8 +31,6 @@ import xdis.magics as magics # ----- configure this for your needs python_versions = [v for v in magics.python_versions if re.match("^[0-9.]+$", v)] -print(python_versions) -sys.exit(0) # FIXME: we should remove Python versions that we don't support. # These include Jython, and Python bytecode changes pre release.