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 f63ba8d + fc9d9b9 commit 447d814Copy full SHA for 447d814
.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