Skip to content

Commit 1f36f75

Browse files
committed
updated azure pipeline test
Signed-off-by: 404-geek <[email protected]>
1 parent 2f18ffd commit 1f36f75

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
t# .readthedocs.yml
1+
# .readthedocs.yml
22
# Read the Docs configuration file
33
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
44

azure-pipelines.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,52 +13,52 @@ jobs:
1313
image_name: ubuntu-22.04
1414
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
1515
test_suites:
16-
all: venv/bin/pytest -n 2 -vvs
16+
all: venv/bin/pytest -n 2 -vvs tests
1717

1818
- template: etc/ci/azure-posix.yml
1919
parameters:
2020
job_name: ubuntu24_cpython
2121
image_name: ubuntu-24.04
2222
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
2323
test_suites:
24-
all: venv/bin/pytest -n 2 -vvs
24+
all: venv/bin/pytest -n 2 -vvs tests
2525

2626
- template: etc/ci/azure-posix.yml
2727
parameters:
2828
job_name: macos13_cpython
2929
image_name: macOS-13
3030
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
3131
test_suites:
32-
all: venv/bin/pytest -n 2 -vvs
32+
all: venv/bin/pytest -n 2 -vvs tests
3333

3434
- template: etc/ci/azure-posix.yml
3535
parameters:
3636
job_name: macos14_cpython_arm64
3737
image_name: macOS-14
3838
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
3939
test_suites:
40-
all: venv/bin/pytest -n 2 -vvs
40+
all: venv/bin/pytest -n 2 -vvs tests
4141

4242
- template: etc/ci/azure-posix.yml
4343
parameters:
4444
job_name: macos14_cpython
4545
image_name: macOS-14-large
4646
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
4747
test_suites:
48-
all: venv/bin/pytest -n 2 -vvs
48+
all: venv/bin/pytest -n 2 -vvs tests
4949

5050
- template: etc/ci/azure-win.yml
5151
parameters:
5252
job_name: win2019_cpython
5353
image_name: windows-2019
5454
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
5555
test_suites:
56-
all: venv\Scripts\pytest -n 2 -vvs
56+
all: venv\Scripts\pytest -n 2 -vvs tests
5757

5858
- template: etc/ci/azure-win.yml
5959
parameters:
6060
job_name: win2022_cpython
6161
image_name: windows-2022
6262
python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
6363
test_suites:
64-
all: venv\Scripts\pytest -n 2 -vvs
64+
all: venv\Scripts\pytest -n 2 -vvs tests

0 commit comments

Comments
 (0)