Skip to content

Commit 9cad63f

Browse files
committed
Reduce test load
1 parent 8d57286 commit 9cad63f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

coconut/tests/main_test.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,19 +1097,20 @@ def test_prelude(self):
10971097
if MYPY and PY38:
10981098
run_prelude()
10991099

1100-
def test_bbopt(self):
1101-
with using_paths(bbopt):
1102-
comp_bbopt()
1103-
if not PYPY and PY38 and not PY310:
1104-
install_bbopt()
1105-
11061100
# def test_pyprover(self):
11071101
# with using_paths(pyprover):
11081102
# comp_pyprover()
11091103
# if PY38:
11101104
# run_pyprover()
11111105

11121106
if PY312: # reduce test load
1107+
1108+
def test_bbopt(self):
1109+
with using_paths(bbopt):
1110+
comp_bbopt()
1111+
if not PYPY and PY38 and not PY310:
1112+
install_bbopt()
1113+
11131114
def test_pyston(self):
11141115
with using_paths(pyston):
11151116
comp_pyston(["--no-tco"])

0 commit comments

Comments
 (0)