Skip to content

Commit 807bd49

Browse files
committed
Update tempdir path
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
1 parent 64e03dc commit 807bd49

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.azure-pipelines/steps/run-tests-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ steps:
2020
displayName: Set RAMDisk Permissions
2121
2222
- 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"
2525
Write-Host "##vso[task.setvariable variable=WORKON_HOME]R:\virtualenvs"
2626
Write-Host "##vso[task.setvariable variable=PIPENV_DEFAULT_PYTHON_VERSION]$env:PYTHON_VERSION"
2727
Write-Host "##vso[task.setvariable variable=PIPENV_NOSPIN]1"
@@ -47,7 +47,7 @@ steps:
4747
git submodule sync
4848
git submodule update --init --recursive
4949
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"
5151
pipenv run pytest -ra -n 4 --timeout=300 --junit-xml=junit/test-results.xml tests/
5252
failOnStderr: false
5353
displayName: Run integration tests

.azure-pipelines/steps/run-vendor-scripts.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ steps:
1717

1818
- script: |
1919
echo '##vso[task.setvariable variable=PIPENV_DEFAULT_PYTHON_VERSION]'$(python.version)
20-
env:
21-
PYTHONWARNINGS: 'ignore:DEPRECATION'
22-
2320
env:
2421
PYTHON_VERSION: $(python.version)
2522

0 commit comments

Comments
 (0)