We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7779d02 commit 2fb8e37Copy full SHA for 2fb8e37
.github/workflows/test-linux-cpu.yml
@@ -55,9 +55,3 @@ jobs:
55
# Run Tests
56
python3 -m torch.utils.collect_env
57
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
0 commit comments