We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15b9ce0 + fd3d9c3 commit fc9d9b9Copy full SHA for fc9d9b9
.ci/scripts/unittest-windows.ps1
@@ -10,7 +10,7 @@ $PSNativeCommandUseErrorActionPreference = $true
10
11
# Run pytest with coverage
12
# pytest -n auto --cov=./ --cov-report=xml
13
-pytest -v --full-trace -c pytest-windows.ini -n auto
+pytest -v --full-trace -c pytest-windows.ini
14
if ($LASTEXITCODE -ne 0) {
15
Write-Host "Pytest invocation was unsuccessful. Exit code: $LASTEXITCODE."
16
exit $LASTEXITCODE
0 commit comments