From c27e4131c46e3bb648a331bbc6bb96b83d2ae3e0 Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Wed, 28 Jun 2023 15:57:19 +1000 Subject: [PATCH] Revert "try SYSTEM_VERSION_COMPAT" This reverts commit 4580fb60f3823cb5bf4c20ee1235c54801ae6bcd. --- .azure-pipelines/templates/steps/tox-steps.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index cd00aa367..e7f3ac70c 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -27,8 +27,6 @@ steps: - bash: | set -e python3 tools/pip_install.py tox - env: - SYSTEM_VERSION_COMPAT: 0 displayName: Install runtime dependencies - task: DownloadSecureFile@1 name: testFarmPem @@ -42,7 +40,6 @@ steps: env python3 -m tox env: - SYSTEM_VERSION_COMPAT: 0 AWS_ACCESS_KEY_ID: $(AWS_ACCESS_KEY_ID) AWS_SECRET_ACCESS_KEY: $(AWS_SECRET_ACCESS_KEY) AWS_EC2_PEM_FILE: $(testFarmPem.secureFilePath)