File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 20
20
displayName: Set RAMDisk Permissions
21
21
22
22
- powershell : |
23
- Write-Host "##vso[task.setvariable variable=TEMP]R:\"
24
- Write-Host "##vso[task.setvariable variable=TMP]R:\"
23
+ Write-Host "##vso[task.setvariable variable=TEMP]R:\temp "
24
+ Write-Host "##vso[task.setvariable variable=TMP]R:\temp "
25
25
Write-Host "##vso[task.setvariable variable=WORKON_HOME]R:\virtualenvs"
26
26
Write-Host "##vso[task.setvariable variable=PIPENV_DEFAULT_PYTHON_VERSION]$env:PYTHON_VERSION"
27
27
Write-Host "##vso[task.setvariable variable=PIPENV_NOSPIN]1"
47
47
git submodule sync
48
48
git submodule update --init --recursive
49
49
Write-Host "Running Command: pipenv run pytest -n 4 --junitxml=junit/test-results.xml --timeout 300 tests/"
50
- $env:TEMP = "R:\Temp "
50
+ $env:TEMP = "R:\temp "
51
51
pipenv run pytest -ra -n 4 --timeout=300 --junit-xml=junit/test-results.xml tests/
52
52
failOnStderr: false
53
53
displayName: Run integration tests
Original file line number Diff line number Diff line change 17
17
18
18
- script : |
19
19
echo '##vso[task.setvariable variable=PIPENV_DEFAULT_PYTHON_VERSION]'$(python.version)
20
- env :
21
- PYTHONWARNINGS : ' ignore:DEPRECATION'
22
-
23
20
env :
24
21
PYTHON_VERSION : $(python.version)
25
22
You can’t perform that action at this time.
0 commit comments