Skip to content

Commit 16967f0

Browse files
authored
Temporarily disable 'error on warnings' pytest filter (#8033)
1 parent 347f942 commit 16967f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_transforms_v2.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@
5252
from torchvision.transforms.v2.functional._utils import _get_kernel, _register_kernel_internal
5353

5454

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

5860

5961
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)