Skip to content

Commit cd9abd5

Browse files
committed
chore: fix warning path
1 parent f9e1082 commit cd9abd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ filterwarnings =
1111
error
1212
ignore:.*Grid size 1 will likely result in GPU under-utilization.+:numba.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.+:NumbaDeprecationWarning
14+
ignore:.*The keyword argument .nopython=False. was supplied.+:numba.core.errors.NumbaDeprecationWarning

0 commit comments

Comments
 (0)