diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4909d86..b07b0f9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -80,13 +80,3 @@ jobs: all: venv\Scripts\pip install --upgrade-strategy eager --force-reinstall --upgrade -e . && venv\Scripts\pytest -n 2 -vvs - - - template: etc/ci/azure-posix.yml - parameters: - job_name: macos11_cpython_latest_from_pip - image_name: macos-11 - python_versions: ["3.7", "3.8", "3.9", "3.10"] - test_suites: - all: - venv/bin/pip install --upgrade-strategy eager --force-reinstall - --upgrade -e . && venv/bin/pytest -n 2 -vvs