Skip to content

Commit c406286

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Temporarily disable 'error on warnings' pytest filter (#8033)
Reviewed By: vmoens Differential Revision: D50789107 fbshipit-source-id: a144eec2ccb7d9d3f080029d33c4324a4ac98929
1 parent c100375 commit c406286

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)