1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Test-Command: cd test/ ; python3 -c "import torchvision as V; print(V.__path__, V.__version__)"
Depends: @
Restrictions: allow-stderr
Features: test-name=py_import_and_version
# NOTE, the number of all pytest is too many (> 100k)
# we only test a subset of them.
Test-Command: cd test/ ; pytest-3 -v test_datasets.py
Depends: @, python3-pytest, python3-pytest-mock
Restrictions: allow-stderr
Features: test-name=pytest-datasets
Test-Command: cd test/ ; pytest-3 -v test_datasets_samplers.py
Depends: @, python3-pytest
Restrictions: allow-stderr
Features: test-name=pytest-datasets-samplers
Test-Command: cd test/ ; pytest-3 -v -k "not avif and not heic" test_image.py
Depends: @, python3-pytest
Restrictions: allow-stderr
Features: test-name=pytest-image
#Test-Command: cd test/ ; pytest-3 -v -k "not test_write_video_with_audio" test_io.py
#Depends: @, python3-pytest, python3-av
#Restrictions: allow-stderr
#Features: test-name=pytest-io
Test-Command: cd test/ ; pytest-3 -v test_models_detection_anchor_utils.py
Depends: @, python3-pytest
Restrictions: allow-stderr
Features: test-name=pytest-models-detection-anchor-utils
Test-Command: cd test/ ; pytest-3 -v test_models_detection_negative_samples.py
Depends: @, python3-pytest
Restrictions: allow-stderr
Features: test-name=pytest-models-detection-negative-samples
Test-Command: cd test/ ; pytest-3 -v test_models_detection_utils.py
Depends: @, python3-pytest
Restrictions: allow-stderr
Features: test-name=pytest-models-detection-utils
# Too slow.
#Test-Command: cd test/ ; pytest-3 -v test_models.py
#Depends: @, python3-pytest
#Restrictions: allow-stderr
#Features: test-name=pytest-models
Test-Command: cd test/ ; pytest-3 -v test_onnx.py
Depends: @, python3-pytest
Restrictions: allow-stderr
Features: test-name=pytest-onnx
Test-Command: cd test/ ; pytest-3 -v test_ops.py
Depends: @, python3-pytest
Restrictions: allow-stderr
Features: test-name=pytest-ops
Architecture: amd64 arm64 ppc64el
Test-Command: cd test/ ; pytest-3 -v -k 'not test_adjust_saturation' test_transforms.py
Depends: @, python3-pytest
Restrictions: allow-stderr
Features: test-name=pytest-transforms.py
Test-Command: cd test/ ; pytest-3 -v -k 'not test_color_jitter_contrast' test_transforms_tensor.py
Depends: @, python3-pytest
Restrictions: allow-stderr
Features: test-name=pytest-transforms-tensor.py
Architecture: amd64 arm64 ppc64el
|