"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "acd926f4f208e4cf12be69315787c450da48913b"
Unverified Commit 16967f09 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Temporarily disable 'error on warnings' pytest filter (#8033)

parent 347f9423
......@@ -52,8 +52,10 @@ 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