Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9100a46

Browse files
committed
Debug qt failure.
1 parent e5f6438 commit 9100a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ stages:
174174
Xvfb :99 &
175175
export DISPLAY=:99
176176
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 ||
177+
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 ||
178178
[[ "$PYTHON_VERSION" = 'Pre' ]]
179179
displayName: 'pytest'
180180

0 commit comments

Comments
 (0)