Skip to content

Commit 2bd1e76

Browse files
[debug] remove torch in tox for debug
Signed-off-by: Frederic Boisnard <frederic.boisnard@irt-saintexupery.com>
1 parent d5fc9a7 commit 2bd1e76

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

tox.ini

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
env_list =
33
py313-lint
44
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}
77
py3{13}-tf{220}
88

99
[testenv]
@@ -32,37 +32,37 @@ commands = pytest --cov=xplique \
3232
--disable-warnings --no-cov {posargs}
3333

3434

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}
5050

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}
6666

6767

6868
[testenv:py313-lint]

0 commit comments

Comments
 (0)