Skip to content

Commit 5db56df

Browse files
mroeschkejreback
authored andcommitted
WARN: Ignore NumbaPerformanceWarning in test suite (#30525)
1 parent 1d36851 commit 5db56df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/window/test_numba.py

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99

1010
@td.skip_if_no("numba", "0.46.0")
11+
@pytest.mark.filterwarnings("ignore:\\nThe keyword argument")
12+
# Filter warnings when parallel=True and the function can't be parallelized by Numba
1113
class TestApply:
1214
@pytest.mark.parametrize("jit", [True, False])
1315
def test_numba_vs_cython(self, jit, nogil, parallel, nopython):

0 commit comments

Comments
 (0)