From b10dc8f1deb33248e384972c284bff2fba6e20b1 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Wed, 25 Sep 2024 15:16:42 +0000 Subject: [PATCH] Switch traceback to native --- dask_cuda/tests/pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 dask_cuda/tests/pytest.ini diff --git a/dask_cuda/tests/pytest.ini b/dask_cuda/tests/pytest.ini new file mode 100644 index 00000000..7b0a9f29 --- /dev/null +++ b/dask_cuda/tests/pytest.ini @@ -0,0 +1,4 @@ +# Copyright (c) 2024, NVIDIA CORPORATION. + +[pytest] +addopts = --tb=native