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 caeae34Copy full SHA for caeae34
azure-pipelines.yml
@@ -97,6 +97,8 @@ stages:
97
graphviz \
98
inkscape \
99
libcairo2 \
100
+ libxcb-icccm4 \
101
+ libxcb-image0 \
102
libgirepository-1.0-1 \
103
lmodern \
104
fonts-freefont-otf \
@@ -174,7 +176,7 @@ stages:
174
176
Xvfb :99 &
175
177
export DISPLAY=:99
178
fi
- PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
179
+ 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