Merge pull request #7798 from uranusjr/azure-virtualenv-20

Make tests relying virtualenv semantics pass
This commit is contained in:
Pradyun Gedam 2020-02-27 04:58:26 -08:00 committed by GitHub
commit 5b442d503a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ steps:
Set-Acl "R:\Temp" $acl
displayName: Set RAMDisk Permissions
- bash: pip install --upgrade setuptools tox virtualenv
- bash: pip install --upgrade 'virtualenv<20' setuptools tox
displayName: Install Tox
- script: tox -e py -- -m unit -n auto --junit-xml=junit/unit-test.xml

View File

@ -4,7 +4,7 @@ steps:
inputs:
versionSpec: '$(python.version)'
- bash: pip install --upgrade setuptools tox
- bash: pip install --upgrade 'virtualenv<20' setuptools tox
displayName: Install Tox
- script: tox -e py -- -m unit -n auto --junit-xml=junit/unit-test.xml