Skip to content

Commit

Permalink
tests: suppress cupy PerformanceWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Apr 29, 2024
1 parent bf7b524 commit 179c6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def test_CuVec_creation(cu, classname, caplog):


@mark.timeout(60)
@mark.filterwarnings("ignore:.*one-time only warm-up.*:PerformanceWarning")
@mark.parametrize("cu", filter(None, [cp, py, sw]))
def test_cuda_array_interface(cu):
cupy = importorskip("cupy")
Expand Down

0 comments on commit 179c6a4

Please sign in to comment.