Skip to content

Commit

Permalink
Remove check_v2_dataset_warnings.py which is failing (#7280)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug authored Feb 17, 2023
1 parent 4774fe3 commit a192c95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-linux-cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,3 @@ jobs:
# Run Tests
python3 -m torch.utils.collect_env
python3 -m pytest --junitxml=test-results/junit.xml -v --durations 20
# Specific test for warnings on "from torchvision.datasets import wrap_dataset_for_transforms_v2"
# We keep them separate to avoid any side effects due to warnings / imports.
# TODO: Remove this and add proper tests (possibly using a sub-process solution as described
# in https://github.com/pytorch/vision/pull/7269).
python3 -m pytest -v test/check_v2_dataset_warnings.py
19 changes: 0 additions & 19 deletions test/check_v2_dataset_warnings.py

This file was deleted.

0 comments on commit a192c95

Please sign in to comment.