Unverified Commit 70c8f500 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Add discalimer about skipped video tests (#7646)

parent c45f5dc6
......@@ -10,6 +10,12 @@ from torchvision.datasets.utils import download_url
from torchvision.io import _HAS_VIDEO_OPT, VideoReader
# WARNING: these tests have been skipped forever on the CI because the video ops
# are never properly available. This is bad, but things have been in a terrible
# state for a long time already as we write this comment, and we'll hopefully be
# able to get rid of this all soon.
try:
import av
......
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