Thanks to visit codestin.com Credit goes to github.com
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 e5f6438 commit 9100a46Copy full SHA for 9100a46
azure-pipelines.yml
@@ -174,7 +174,7 @@ stages:
174
Xvfb :99 &
175
export DISPLAY=:99
176
fi
177
- 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 ||
178
[[ "$PYTHON_VERSION" = 'Pre' ]]
179
displayName: 'pytest'
180
0 commit comments