Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit caeae34

Browse filesBrowse files
committed
Debug qt failure.
1 parent e5f6438 commit caeae34
Copy full SHA for caeae34

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎azure-pipelines.yml

Copy file name to clipboardExpand all lines: azure-pipelines.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ stages:
9797
graphviz \
9898
inkscape \
9999
libcairo2 \
100+
libxcb-icccm4 \
101+
libxcb-image0 \
100102
libgirepository-1.0-1 \
101103
lmodern \
102104
fonts-freefont-otf \
@@ -174,7 +176,7 @@ stages:
174176
Xvfb :99 &
175177
export DISPLAY=:99
176178
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 ||
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 ||
178180
[[ "$PYTHON_VERSION" = 'Pre' ]]
179181
displayName: 'pytest'
180182

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.