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)