Unverified Commit 0f749070 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Put back error on warnings for tranform tests (#8037)

parent 16967f09
......@@ -52,10 +52,8 @@ from torchvision.transforms.v2.functional._geometry import _get_perspective_coef
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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment