|
2 | 2 | env_list = |
3 | 3 | py313-lint |
4 | 4 | py3{10,11,12}-tf{218,219,220} |
5 | | - py3{10,11,12}-tf{218,219,220}-torch{25} |
6 | | - py3{10,11,12,13}-tf{220}-torch{210} |
| 5 | + ; py3{10,11,12}-tf{218,219,220}-torch{25} |
| 6 | + ; py3{10,11,12,13}-tf{220}-torch{210} |
7 | 7 | py3{13}-tf{220} |
8 | 8 |
|
9 | 9 | [testenv] |
@@ -32,37 +32,37 @@ commands = pytest --cov=xplique \ |
32 | 32 | --disable-warnings --no-cov {posargs} |
33 | 33 |
|
34 | 34 |
|
35 | | -[testenv:py3{10,11,12,13}-tf{218,219,220}-torch{25}] |
36 | | -description = Run tests on PyTorch wrapper with different TensorFlow and PyTorch versions |
37 | | -deps = |
38 | | - {[testenv]deps} |
39 | | - torch25: torch==2.5.0 |
40 | | - torch25: torchvision==0.20.0 |
41 | | -commands = pytest --cov=xplique \ |
42 | | - tests/wrappers/test_pytorch_wrapper.py \ |
43 | | - tests/concepts/test_holistic_craft_classification_torch.py \ |
44 | | - tests/concepts/test_holistic_craft_object_detection_torch.py \ |
45 | | - tests/concepts/test_craft_torch.py \ |
46 | | - tests/utils_functions/test_gradients_check_torch.py \ |
47 | | - tests/utils_functions/test_box_manager_torch.py \ |
48 | | - tests/example_based/test_torch.py \ |
49 | | - --disable-warnings --no-cov {posargs} |
| 35 | +; [testenv:py3{10,11,12,13}-tf{218,219,220}-torch{25}] |
| 36 | +; description = Run tests on PyTorch wrapper with different TensorFlow and PyTorch versions |
| 37 | +; deps = |
| 38 | +; {[testenv]deps} |
| 39 | +; torch25: torch==2.5.0 |
| 40 | +; torch25: torchvision==0.20.0 |
| 41 | +; commands = pytest --cov=xplique \ |
| 42 | +; tests/wrappers/test_pytorch_wrapper.py \ |
| 43 | +; tests/concepts/test_holistic_craft_classification_torch.py \ |
| 44 | +; tests/concepts/test_holistic_craft_object_detection_torch.py \ |
| 45 | +; tests/concepts/test_craft_torch.py \ |
| 46 | +; tests/utils_functions/test_gradients_check_torch.py \ |
| 47 | +; tests/utils_functions/test_box_manager_torch.py \ |
| 48 | +; tests/example_based/test_torch.py \ |
| 49 | +; --disable-warnings --no-cov {posargs} |
50 | 50 |
|
51 | | -[testenv:py3{10,11,12,13}-tf{220}-torch{210}] |
52 | | -description = Run tests on PyTorch wrapper with different TensorFlow and PyTorch versions |
53 | | -deps = |
54 | | - {[testenv]deps} |
55 | | - torch210: torch==2.10.0 |
56 | | - torch210: torchvision==0.25.0 |
57 | | -commands = pytest --cov=xplique \ |
58 | | - tests/wrappers/test_pytorch_wrapper.py \ |
59 | | - tests/concepts/test_holistic_craft_classification_torch.py \ |
60 | | - tests/concepts/test_holistic_craft_object_detection_torch.py \ |
61 | | - tests/concepts/test_craft_torch.py \ |
62 | | - tests/utils_functions/test_gradients_check_torch.py \ |
63 | | - tests/utils_functions/test_box_manager_torch.py \ |
64 | | - tests/example_based/test_torch.py \ |
65 | | - --disable-warnings --no-cov {posargs} |
| 51 | +; [testenv:py3{10,11,12,13}-tf{220}-torch{210}] |
| 52 | +; description = Run tests on PyTorch wrapper with different TensorFlow and PyTorch versions |
| 53 | +; deps = |
| 54 | +; {[testenv]deps} |
| 55 | +; torch210: torch==2.10.0 |
| 56 | +; torch210: torchvision==0.25.0 |
| 57 | +; commands = pytest --cov=xplique \ |
| 58 | +; tests/wrappers/test_pytorch_wrapper.py \ |
| 59 | +; tests/concepts/test_holistic_craft_classification_torch.py \ |
| 60 | +; tests/concepts/test_holistic_craft_object_detection_torch.py \ |
| 61 | +; tests/concepts/test_craft_torch.py \ |
| 62 | +; tests/utils_functions/test_gradients_check_torch.py \ |
| 63 | +; tests/utils_functions/test_box_manager_torch.py \ |
| 64 | +; tests/example_based/test_torch.py \ |
| 65 | +; --disable-warnings --no-cov {posargs} |
66 | 66 |
|
67 | 67 |
|
68 | 68 | [testenv:py313-lint] |
|
0 commit comments