File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Write-Host "--------------------------------------------------------------------
88
88
Write-Host " Preparing E2E integration tests..." - ForegroundColor Green
89
89
Write-Host " -----------------------------------------------------------------------------`n " - ForegroundColor Green
90
90
python - m pip install - U pip
91
- pip install - e .[dev ]
91
+ python - m pip install - U - e .[dev ]
92
92
python setup.py build
93
93
python setup.py extension
94
94
Write-Host " -----------------------------------------------------------------------------`n " - ForegroundColor Green
@@ -97,5 +97,5 @@ Write-Host "--------------------------------------------------------------------
97
97
Write-Host " Running E2E integration tests..." - ForegroundColor Green
98
98
Write-Host " -----------------------------------------------------------------------------`n " - ForegroundColor Green
99
99
$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
101
101
Write-Host " -----------------------------------------------------------------------------`n " - ForegroundColor Green
Original file line number Diff line number Diff line change 106
106
]
107
107
108
108
INSTALL_REQUIRES = [
109
- "azure-functions==1.14.1b3 " ,
109
+ "azure-functions==1.15.0 " ,
110
110
"python-dateutil~=2.8.2"
111
111
]
112
112
You can’t perform that action at this time.
0 commit comments