diff --git a/coconut/tests/main_test.py b/coconut/tests/main_test.py index 0a5c94ca7..6c5b44701 100644 --- a/coconut/tests/main_test.py +++ b/coconut/tests/main_test.py @@ -93,8 +93,7 @@ default_stack_size = "6144" default_jobs = ( # fix EOMs on GitHub actions - "2" if PYPY - else "4" if not PY36 + "0" if PYPY else None )