Skip to content

Commit

Permalink
Ignore numba warning specific to ARM runners (#16872)
Browse files Browse the repository at this point in the history
This PR ignores numba warnings that are showing up in arm runners: numba/numba#6589 (comment)

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #16872
  • Loading branch information
galipremsagar authored Sep 23, 2024
1 parent 6255906 commit 389208c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/cudf/cudf/tests/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ filterwarnings =
ignore:Passing a BlockManager to DataFrame is deprecated:DeprecationWarning
# PerformanceWarning from cupy warming up the JIT cache
ignore:Jitify is performing a one-time only warm-up to populate the persistent cache:cupy._util.PerformanceWarning
# Ignore numba PEP 456 warning specific to arm machines
ignore:FNV hashing is not implemented in Numba.*:UserWarning
addopts = --tb=native

0 comments on commit 389208c

Please sign in to comment.