From 4580fb60f3823cb5bf4c20ee1235c54801ae6bcd Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Wed, 28 Jun 2023 15:54:31 +1000 Subject: [PATCH] try SYSTEM_VERSION_COMPAT --- .azure-pipelines/templates/steps/tox-steps.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/templates/steps/tox-steps.yml b/.azure-pipelines/templates/steps/tox-steps.yml index e7f3ac70c..cd00aa367 100644 --- a/.azure-pipelines/templates/steps/tox-steps.yml +++ b/.azure-pipelines/templates/steps/tox-steps.yml @@ -27,6 +27,8 @@ steps: - bash: | set -e python3 tools/pip_install.py tox + env: + SYSTEM_VERSION_COMPAT: 0 displayName: Install runtime dependencies - task: DownloadSecureFile@1 name: testFarmPem @@ -40,6 +42,7 @@ 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)