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:
1
.github/workflows/gramps-ci.yml
vendored
1
.github/workflows/gramps-ci.yml
vendored
@@ -68,6 +68,7 @@ jobs:
|
|||||||
python3 setup.py build
|
python3 setup.py build
|
||||||
- name: Run unit test suite
|
- name: Run unit test suite
|
||||||
run: |
|
run: |
|
||||||
|
export GDK_BACKEND=-
|
||||||
python3 setup.py test
|
python3 setup.py test
|
||||||
- name: Trailing whitespace check
|
- name: Trailing whitespace check
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user