Skip to content

Commit

Permalink
Remove macOS CI
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Mar 19, 2024
1 parent e621255 commit 4f2b414
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
45 changes: 0 additions & 45 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,48 +27,3 @@ jobs:
sudo apt-get install universal-ctags gettext
venv/bin/pytest -n 2 -vvs
- template: etc/ci/azure-posix.yml
parameters:
job_name: macos11_cpython
image_name: macOS-11
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
test_suites:
all: |
brew install universal-ctags gettext
venv/bin/pytest -n 2 -vvs
- template: etc/ci/azure-posix.yml
parameters:
job_name: macos12_cpython
image_name: macOS-12
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
test_suites:
all: |
brew install universal-ctags gettext
venv/bin/pytest -n 2 -vvs
- template: etc/ci/azure-posix.yml
parameters:
job_name: macos13_cpython
image_name: macOS-13
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
test_suites:
all: |
brew install universal-ctags gettext
venv/bin/pytest -n 2 -vvs
# - template: etc/ci/azure-win.yml
# parameters:
# job_name: win2019_cpython
# image_name: windows-2019
# python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
# test_suites:
# all: venv\Scripts\pytest -n 2 -vvs
#
# - template: etc/ci/azure-win.yml
# parameters:
# job_name: win2022_cpython
# image_name: windows-2022
# python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
# test_suites:
# all: venv\Scripts\pytest -n 2 -vvs
1 change: 0 additions & 1 deletion tests/data/strings_xgettext/fdisk.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ static void list_types(const char *const *sys);
"\x86" "NTFS volume set",
"\x87" "NTFS volume set",
"\x8e" "Linux LVM",
"\x9f" "BSD/OS", /* BSDI */
6 changes: 0 additions & 6 deletions tests/data/strings_xgettext/fdisk.c-expected.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@
31
],
"string": "Linux LVM"
},
{
"line_numbers": [
32
],
"string": "BSD/OS"
}
],
"scan_errors": []
Expand Down

0 comments on commit 4f2b414

Please sign in to comment.