Skip to content

Commit 2fb8e37

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Remove check_v2_dataset_warnings.py which is failing (#7280)
Reviewed By: vmoens Differential Revision: D44416570 fbshipit-source-id: cc7405b7618f463fbaea20ba7de2d390d0ca32d7
1 parent 7779d02 commit 2fb8e37

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

.github/workflows/test-linux-cpu.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,3 @@ jobs:
5555
# Run Tests
5656
python3 -m torch.utils.collect_env
5757
python3 -m pytest --junitxml=test-results/junit.xml -v --durations 20
58-
59-
# Specific test for warnings on "from torchvision.datasets import wrap_dataset_for_transforms_v2"
60-
# We keep them separate to avoid any side effects due to warnings / imports.
61-
# TODO: Remove this and add proper tests (possibly using a sub-process solution as described
62-
# in https://github.com/pytorch/vision/pull/7269).
63-
python3 -m pytest -v test/check_v2_dataset_warnings.py

test/check_v2_dataset_warnings.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)