Fix display warnings in unit tests

Attemps to get rid of the follow warning:
"Unable to init server: Could not connect: Connection refused"
This commit is contained in:
Nick Hall 2023-07-14 21:56:33 +01:00
parent ca809da916
commit b12cc4cf60

View File

@ -68,6 +68,7 @@ jobs:
python3 setup.py build
- name: Run unit test suite
run: |
export GDK_BACKEND=-
python3 setup.py test
- name: Trailing whitespace check
run: |