diff --git a/coconut/tests/main_test.py b/coconut/tests/main_test.py index 163cef66..32df6e82 100644 --- a/coconut/tests/main_test.py +++ b/coconut/tests/main_test.py @@ -1108,11 +1108,12 @@ def test_bbopt(self): # if PY38: # run_pyprover() - def test_pyston(self): - with using_paths(pyston): - comp_pyston(["--no-tco"]) - if PYPY and PY2: - run_pyston() + if PY312: # reduce test load + def test_pyston(self): + with using_paths(pyston): + comp_pyston(["--no-tco"]) + if PYPY and PY2: + run_pyston() # -----------------------------------------------------------------------------------------------------------------------