diff --git a/ci/test_python.sh b/ci/test_python.sh index 0e7c1f20..0d6c834b 100755 --- a/ci/test_python.sh +++ b/ci/test_python.sh @@ -43,8 +43,8 @@ pushd python/ pytest \ --cache-clear \ --junitxml="${RAPIDS_TESTS_DIR}/junit-cuxfilter.xml" \ - --numprocesses=8 \ - --dist=worksteal \ + --numprocesses=8 \ + --dist=worksteal \ --cov-config=.coveragerc \ --cov=cuxfilter \ --cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cuxfilter-coverage.xml" \ diff --git a/python/cuxfilter/tests/pytest.ini b/python/cuxfilter/tests/pytest.ini new file mode 100644 index 00000000..7b0a9f29 --- /dev/null +++ b/python/cuxfilter/tests/pytest.ini @@ -0,0 +1,4 @@ +# Copyright (c) 2024, NVIDIA CORPORATION. + +[pytest] +addopts = --tb=native