diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2db1274..2b20039 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/tests/data/strings_xgettext/fdisk.c b/tests/data/strings_xgettext/fdisk.c index 1fe4bd9..97f00be 100644 --- a/tests/data/strings_xgettext/fdisk.c +++ b/tests/data/strings_xgettext/fdisk.c @@ -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 */ diff --git a/tests/data/strings_xgettext/fdisk.c-expected.json b/tests/data/strings_xgettext/fdisk.c-expected.json index d454de3..3edc1c1 100644 --- a/tests/data/strings_xgettext/fdisk.c-expected.json +++ b/tests/data/strings_xgettext/fdisk.c-expected.json @@ -75,12 +75,6 @@ 31 ], "string": "Linux LVM" - }, - { - "line_numbers": [ - 32 - ], - "string": "BSD/OS" } ], "scan_errors": []