Skip to content

Commit

Permalink
Further reduce tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Aug 25, 2024
1 parent bfff1eb commit 1fba299
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions coconut/tests/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()


# -----------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 1fba299

Please sign in to comment.