Skip to content

Commit

Permalink
Filter cupy deprecation warnings using .pytest.ini
Browse files Browse the repository at this point in the history
See issue #55
  • Loading branch information
tberlok committed Feb 29, 2024
1 parent 4cca589 commit 7a356a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[pytest]
testpaths =
tests/comoving
tests/non-comoving
tests/cuda-gpu
tests/general
filterwarnings =
ignore::DeprecationWarning:cupy.*:

0 comments on commit 7a356a7

Please sign in to comment.