Skip to content

Commit c39f8ad

Browse files
committed
Remove the deprecated macos in azure-pipelines
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent ab03f41 commit c39f8ad

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
21
################################################################################
32
# We use Azure to run the full tests suites on multiple Python 3.x
43
# on multiple Windows, macOS and Linux versions all on 64 bits
54
# These jobs are using VMs with Azure-provided Python builds
65
################################################################################
76

87
jobs:
9-
108
- template: etc/ci/azure-posix.yml
119
parameters:
1210
job_name: ubuntu18_cpython
1311
image_name: ubuntu-18.04
1412
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
1513
test_suites:
1614
all: |
17-
sudo apt-get -y update
18-
sudo apt-get -y install build-essential strace graphviz
19-
venv/bin/pytest -n 2 -vvs
15+
sudo apt-get -y update
16+
sudo apt-get -y install build-essential strace graphviz
17+
venv/bin/pytest -n 2 -vvs
2018
2119
- template: etc/ci/azure-posix.yml
2220
parameters:
@@ -25,9 +23,9 @@ jobs:
2523
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
2624
test_suites:
2725
all: |
28-
sudo apt-get -y update
29-
sudo apt-get -y install build-essential strace graphviz
30-
venv/bin/pytest -n 2 -vvs
26+
sudo apt-get -y update
27+
sudo apt-get -y install build-essential strace graphviz
28+
venv/bin/pytest -n 2 -vvs
3129
3230
- template: etc/ci/azure-posix.yml
3331
parameters:
@@ -36,25 +34,9 @@ jobs:
3634
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
3735
test_suites:
3836
all: |
39-
sudo apt-get -y update
40-
sudo apt-get -y install build-essential strace graphviz
41-
venv/bin/pytest -n 2 -vvs
42-
43-
- template: etc/ci/azure-posix.yml
44-
parameters:
45-
job_name: macos1015_cpython
46-
image_name: macos-10.15
47-
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
48-
test_suites:
49-
all: venv/bin/pytest -n 2 -vvs
50-
51-
- template: etc/ci/azure-posix.yml
52-
parameters:
53-
job_name: macos11_cpython
54-
image_name: macos-11
55-
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
56-
test_suites:
57-
all: venv/bin/pytest -n 2 -vvs
37+
sudo apt-get -y update
38+
sudo apt-get -y install build-essential strace graphviz
39+
venv/bin/pytest -n 2 -vvs
5840
5941
- template: etc/ci/azure-posix.yml
6042
parameters:

0 commit comments

Comments
 (0)