From c38f8ab87da354508d1c500b78feeab9383c5942 Mon Sep 17 00:00:00 2001 From: Hoyt Koepke Date: Thu, 16 May 2024 21:16:07 -0700 Subject: [PATCH] Another try. --- python/pyxet/scripts/run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyxet/scripts/run_tests.sh b/python/pyxet/scripts/run_tests.sh index 5f74fb2..6509346 100755 --- a/python/pyxet/scripts/run_tests.sh +++ b/python/pyxet/scripts/run_tests.sh @@ -29,6 +29,7 @@ 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/