Skip to content

Commit

Permalink
Put back error on warnings for tranform tests (#8037)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Oct 11, 2023
1 parent 16967f0 commit 0f74907
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_transforms_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@
from torchvision.transforms.v2.functional._utils import _get_kernel, _register_kernel_internal


# FIXME: Put this back once https://github.com/pytorch/vision/issues/8030
# and https://github.com/pytorch/pytorch/issues/110857 are addressed
# turns all warnings into errors for this module
# pytestmark = pytest.mark.filterwarnings("error")
pytestmark = pytest.mark.filterwarnings("error")


@pytest.fixture(autouse=True)
Expand Down

0 comments on commit 0f74907

Please sign in to comment.