Skip to content

Commit

Permalink
WARN: Ignore NumbaPerformanceWarning in test suite (pandas-dev#30525)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke authored and jreback committed Dec 28, 2019
1 parent 1d36851 commit 5db56df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/tests/window/test_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@


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

0 comments on commit 5db56df

Please sign in to comment.