Skip to content

Commit eae2f1a

Browse files
committed
test: move error class paths to numba.cuda.core from numba.core
1 parent 918c8ef commit eae2f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/pytest.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ filterwarnings =
1111
error
1212
ignore:.*Grid size 1 will likely result in GPU under-utilization.+:numba.cuda.core.errors.NumbaPerformanceWarning
1313
ignore:.*dynamic initialization is not supported for a function-scope static __shared__.*:UserWarning
14-
ignore:.*The keyword argument .nopython=False. was supplied.+:numba.core.errors.NumbaDeprecationWarning
14+
ignore:.*The keyword argument .nopython=False. was supplied.+:numba.cuda.core.errors.NumbaDeprecationWarning
1515
ignore:.*nvJitLink is not installed or too old.*:RuntimeWarning
1616
ignore:.*libnvJitLink.*is too old.*:RuntimeWarning
1717
ignore:.*float16 relies on LTO for performance. LTO requires nvjitlink.*:numba.cuda.core.errors.NumbaPerformanceWarning
@@ -20,4 +20,4 @@ filterwarnings =
2020
ignore:All-NaN slice encountered:RuntimeWarning
2121
ignore:Mean of empty slice:RuntimeWarning
2222
ignore:(invalid value|divide by zero) encountered in.+:RuntimeWarning
23-
ignore:.*Compilation is falling back to object mode WITHOUT looplifting enabled.*:numba.core.errors.NumbaWarning
23+
ignore:.*Compilation is falling back to object mode WITHOUT looplifting enabled.*:numba.cuda.core.errors.NumbaWarning

0 commit comments

Comments
 (0)