Skip to content

Commit

Permalink
Add discalimer about skipped video tests (#7646)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored May 31, 2023
1 parent c45f5dc commit 70c8f50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/test_videoapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
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

Expand Down

0 comments on commit 70c8f50

Please sign in to comment.