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 23, 2024
1 parent b79f15d commit e8a537e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/pylibraft/pylibraft/test/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

[pytest]
addopts = --tb=native

1 change: 1 addition & 0 deletions python/raft-dask/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ markers =
nccl: marks a test as using NCCL
ucx: marks a test as using UCX-Py
ucxx: marks a test as using UCXX
addopts = --tb=native
5 changes: 5 additions & 0 deletions python/raft-dask/raft_dask/test/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Copyright (c) 2024, NVIDIA CORPORATION.

[pytest]
addopts = --tb=native

0 comments on commit e8a537e

Please sign in to comment.