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.
1 parent 6137069 commit b57419aCopy full SHA for b57419a
azure-pipelines.yml
@@ -176,7 +176,7 @@ stages:
176
Xvfb :99 &
177
export DISPLAY=:99
178
fi
179
- PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
+ QT_DEBUG_PLUGINS=1 PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
180
[[ "$PYTHON_VERSION" = 'Pre' ]]
181
displayName: 'pytest'
182
0 commit comments