22
22
venv/bin/pytest -n 3 -vvs --test-suite=all \
23
23
--ignore=tests/cluecode \
24
24
--ignore=tests/licensedcode \
25
- --ignore=tests/scancode/test_cli.py
25
+ --ignore=tests/scancode/test_cli.py --reruns 2
26
26
27
27
cluecode_license_base : |
28
28
venv/bin/pytest -n 3 -vvs --test-suite=all \
34
34
--ignore=tests/licensedcode/test_detection_datadriven3.py \
35
35
--ignore=tests/licensedcode/test_detection_datadriven4.py \
36
36
--ignore=tests/licensedcode/test_additional_license.py \
37
- tests/licensedcode
37
+ tests/licensedcode --reruns 2
38
38
39
39
license_datadriven1_2 : |
40
40
venv/bin/pytest -n 3 -vvs --test-suite=all \
77
77
78
78
license_cache : |
79
79
venv/bin/pytest -n 3 -vvs --test-suite=all \
80
- tests/licensedcode/test_zzzz_cache.py
80
+ tests/licensedcode/test_zzzz_cache.py --reruns 2
81
81
82
82
# this test runs in isolation because it modifies the actual
83
83
# license index with additional licenses provided by a plugin
98
98
python_versions : ['3.8', '3.9', '3.10', '3.11']
99
99
python_architecture : x64
100
100
test_suites :
101
- all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
101
+ all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
102
102
103
103
- template : etc/ci/azure-posix.yml
104
104
parameters :
@@ -107,7 +107,7 @@ jobs:
107
107
python_versions : ['3.8', '3.9', '3.10', '3.11']
108
108
python_architecture : x64
109
109
test_suites :
110
- all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
110
+ all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
111
111
112
112
- template : etc/ci/azure-posix.yml
113
113
parameters :
@@ -116,7 +116,7 @@ jobs:
116
116
python_versions : ['3.8', '3.9', '3.10', '3.11']
117
117
python_architecture : x64
118
118
test_suites :
119
- all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
119
+ all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
120
120
121
121
- template : etc/ci/azure-posix.yml
122
122
parameters :
@@ -125,7 +125,7 @@ jobs:
125
125
python_versions : ['3.8', '3.9', '3.10', '3.11']
126
126
python_architecture : x64
127
127
test_suites :
128
- all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
128
+ all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
129
129
130
130
- template : etc/ci/azure-posix.yml
131
131
parameters :
@@ -134,7 +134,7 @@ jobs:
134
134
python_versions : ['3.8', '3.9', '3.10', '3.11']
135
135
python_architecture : x64
136
136
test_suites :
137
- all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
137
+ all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
138
138
139
139
- template : etc/ci/azure-win.yml
140
140
parameters :
@@ -143,7 +143,7 @@ jobs:
143
143
python_versions : ['3.8']
144
144
python_architecture : x64
145
145
test_suites :
146
- all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
146
+ all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py --reruns 2
147
147
148
148
- template : etc/ci/azure-win.yml
149
149
parameters :
@@ -152,7 +152,7 @@ jobs:
152
152
python_versions : ['3.9', '3.10', '3.11']
153
153
python_architecture : x64
154
154
test_suites :
155
- all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
155
+ all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py --reruns 2
156
156
157
157
- template : etc/ci/azure-win.yml
158
158
parameters :
@@ -161,7 +161,7 @@ jobs:
161
161
python_versions : ['3.8']
162
162
python_architecture : x64
163
163
test_suites :
164
- all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
164
+ all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py --reruns 2
165
165
166
166
- template : etc/ci/azure-win.yml
167
167
parameters :
@@ -170,7 +170,7 @@ jobs:
170
170
python_versions : ['3.9', '3.10', '3.11']
171
171
python_architecture : x64
172
172
test_suites :
173
- all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
173
+ all : venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py --reruns 2
174
174
175
175
176
176
# ###############################################################################
0 commit comments