Skip to content

Commit 1fba299

Browse files
committed
Further reduce tests
1 parent bfff1eb commit 1fba299

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

coconut/tests/main_test.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,11 +1108,12 @@ def test_bbopt(self):
11081108
# if PY38:
11091109
# run_pyprover()
11101110

1111-
def test_pyston(self):
1112-
with using_paths(pyston):
1113-
comp_pyston(["--no-tco"])
1114-
if PYPY and PY2:
1115-
run_pyston()
1111+
if PY312: # reduce test load
1112+
def test_pyston(self):
1113+
with using_paths(pyston):
1114+
comp_pyston(["--no-tco"])
1115+
if PYPY and PY2:
1116+
run_pyston()
11161117

11171118

11181119
# -----------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)