From 25922638a76b8bd06e4ff84716341c13fb8cf19a Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Mon, 6 Jan 2025 12:02:15 -0500 Subject: [PATCH] don't use pytest-xdist for now --- ci/test_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_wheel.sh b/ci/test_wheel.sh index 4aad0d69..fc39f5b1 100755 --- a/ci/test_wheel.sh +++ b/ci/test_wheel.sh @@ -18,4 +18,4 @@ python -m pip install -v --prefer-binary -r /tmp/requirements-test.txt # echo to expand wildcard before adding `[extra]` requires for pip python -m pip install $(echo ./dist/dask_cuda*.whl) -python -m pytest -n 8 ./python/dask_cuda/tests +python -m pytest ./python/dask_cuda/tests