From 0f0983302e0700ca438fffb6c6d61fbabd677622 Mon Sep 17 00:00:00 2001 From: Hoyt Koepke Date: Thu, 16 May 2024 21:28:57 -0700 Subject: [PATCH] Revert "Another try." This reverts commit c38f8ab87da354508d1c500b78feeab9383c5942. --- python/pyxet/scripts/run_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pyxet/scripts/run_tests.sh b/python/pyxet/scripts/run_tests.sh index 6509346..5f74fb2 100755 --- a/python/pyxet/scripts/run_tests.sh +++ b/python/pyxet/scripts/run_tests.sh @@ -29,7 +29,6 @@ maturin build pip install target/wheels/pyxet-*.whl # TODO: This runs the tests in parallel using pytest-xdist - # Error: tests in cli can't be run simultaneously actually, as there are conflicts. #pytest -n 12 --verbose tests/ pytest --verbose tests/