Skip to content

Commit

Permalink
Merge pull request #815 from linshokaku/fix-nightly-test-6
Browse files Browse the repository at this point in the history
ignore warnings inside the nightly version of torch
  • Loading branch information
kmaehashi committed May 9, 2024
2 parents 70e4eb9 + 5367363 commit ead1b56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ filterwarnings =
# For CPU tests
ignore:User provided device_type of 'cuda', but CUDA is not available. Disabling:UserWarning
ignore:.*Conversion of an array with ndim > 0 to a scalar is deprecated:DeprecationWarning
# For torch >= 2.4 & torchvision <= 0.19
ignore:torch.library.impl_abstract was renamed to torch.library.register_fake.:DeprecationWarning
# For torch >= 2.4 nightly: torch.profiler.profile maybe temporarily broken
ignore:The None is not a valid device option.:UserWarning
markers =
gpu: Tests that require GPU
mpi: Tests that require MPI

0 comments on commit ead1b56

Please sign in to comment.