|
91 | 91 | venv/bin/pytest -vvs --test-suite=plugins \ |
92 | 92 | tests/licensedcode/test_additional_license.py |
93 | 93 |
|
94 | | - - template: etc/ci/azure-posix.yml |
95 | | - parameters: |
96 | | - job_name: ubuntu18_cpython |
97 | | - image_name: ubuntu-18.04 |
98 | | - python_versions: ['3.8', '3.9', '3.10', '3.11'] |
99 | | - python_architecture: x64 |
100 | | - test_suites: |
101 | | - all: venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py --reruns 2 |
102 | | - |
103 | 94 | - template: etc/ci/azure-posix.yml |
104 | 95 | parameters: |
105 | 96 | job_name: ubuntu20_cpython |
@@ -147,9 +138,9 @@ jobs: |
147 | 138 |
|
148 | 139 | - template: etc/ci/azure-win.yml |
149 | 140 | parameters: |
150 | | - job_name: win2019_cpython_2 |
151 | | - image_name: windows-2019 |
152 | | - python_versions: ['3.9', '3.10', '3.11'] |
| 141 | + job_name: win2022_cpython |
| 142 | + image_name: windows-2022 |
| 143 | + python_versions: ['3.8', '3.9', '3.10', '3.11'] |
153 | 144 | python_architecture: x64 |
154 | 145 | test_suites: |
155 | 146 | all: venv\Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py --reruns 2 |
@@ -206,14 +197,6 @@ jobs: |
206 | 197 | test_suites: |
207 | 198 | all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py |
208 | 199 |
|
209 | | - - template: etc/ci/azure-posix.yml |
210 | | - parameters: |
211 | | - job_name: ubuntu18_cpython_latest_from_pip |
212 | | - image_name: ubuntu-18.04 |
213 | | - python_versions: ['3.8', '3.9', '3.10', '3.11'] |
214 | | - test_suites: |
215 | | - all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py |
216 | | - |
217 | 200 | - template: etc/ci/azure-posix.yml |
218 | 201 | parameters: |
219 | 202 | job_name: ubuntu20_cpython_latest_from_pip |
|
0 commit comments