Skip to content

Commit 92efc8c

Browse files
Gavin AguiarGavin Aguiar
authored andcommitted
Merge remote-tracking branch 'origin/dev' into gaaguiar/retry_context
2 parents 1431b59 + 36837ac commit 92efc8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/e2e_integration_test/start-e2e.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Write-Host "--------------------------------------------------------------------
8888
Write-Host "Preparing E2E integration tests..." -ForegroundColor Green
8989
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green
9090
python -m pip install -U pip
91-
pip install -e .[dev]
91+
python -m pip install -U -e .[dev]
9292
python setup.py build
9393
python setup.py extension
9494
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green
@@ -97,5 +97,5 @@ Write-Host "--------------------------------------------------------------------
9797
Write-Host "Running E2E integration tests..." -ForegroundColor Green
9898
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green
9999
$env:CORE_TOOLS_EXE_PATH = "$funcExePath"
100-
pytest --junitxml=e2e-integration-test-report.xml --reruns 4 tests/endtoend
100+
python -m pytest --junitxml=e2e-integration-test-report.xml --reruns 4 tests/endtoend
101101
Write-Host "-----------------------------------------------------------------------------`n" -ForegroundColor Green

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
]
107107

108108
INSTALL_REQUIRES = [
109-
"azure-functions==1.14.1b3",
109+
"azure-functions==1.15.0",
110110
"python-dateutil~=2.8.2"
111111
]
112112

0 commit comments

Comments
 (0)