File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,14 +145,6 @@ jobs:
145145 test_suites :
146146 all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
147147
148- - template : etc/ci/azure-posix.yml
149- parameters :
150- job_name : macos13_cpython
151- image_name : macOS-13
152- python_versions : ['3.10', '3.11', '3.12', '3.13']
153- test_suites :
154- all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2
155-
156148 - template : etc/ci/azure-win.yml
157149 parameters :
158150 job_name : win2025_cpython
@@ -220,14 +212,6 @@ jobs:
220212 test_suites :
221213 all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
222214
223- - template : etc/ci/azure-posix.yml
224- parameters :
225- job_name : macos13_cpython_latest_from_pip
226- image_name : macos-13
227- python_versions : ['3.10', '3.11', '3.12', '3.13']
228- test_suites :
229- all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
230-
231215 - template : etc/ci/azure-win.yml
232216 parameters :
233217 job_name : win2019_cpython_latest_from_pip
You can’t perform that action at this time.
0 commit comments