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 b6b863e commit fc15059Copy full SHA for fc15059
.github/scripts/unittest.sh
@@ -16,4 +16,4 @@ python test/smoke_test.py
16
17
# We explicitly ignore the video tests until we resolve https://github.com/pytorch/vision/issues/8162
18
# pytest --ignore-glob="*test_video*" --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25
19
-pytest --ignore-glob="*test_video*" --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25 test/test_image.py -vv -k "avif or heic"
+pytest --ignore-glob="*test_video*" --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25 test/test_image.py
0 commit comments