Skip to content

Commit

Permalink
Switch traceback to native
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Sep 25, 2024
1 parent 58238a5 commit 277ee1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
4 changes: 4 additions & 0 deletions python/cuxfilter/tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

[pytest]
addopts = --tb=native

0 comments on commit 277ee1e

Please sign in to comment.