Skip to content

Commit

Permalink
Use new style Numba errors when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarkall committed Apr 29, 2024
1 parent 2526c78 commit 37b86d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipe/run_test.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
set NUMBA_DEVELOPER_MODE=1
set NUMBA_DISABLE_ERROR_MESSAGE_HIGHLIGHTING=1
set NUMBA_CAPTURED_ERRORS=new_style

@rem Validate Numba dependencies
python -m pip check
Expand Down
1 change: 1 addition & 0 deletions recipe/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -e
export NUMBA_DEVELOPER_MODE=1
export NUMBA_DISABLE_ERROR_MESSAGE_HIGHLIGHTING=1
export PYTHONFAULTHANDLER=1
export NUMBA_CAPTURED_ERRORS="new_style"

unamestr=`uname`
if [[ "$unamestr" == 'Linux' ]]; then
Expand Down

0 comments on commit 37b86d1

Please sign in to comment.