We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf73db commit 0f36651Copy full SHA for 0f36651
.github/workflows/test.yml
@@ -37,7 +37,8 @@ jobs:
37
sudo apt update
38
sudo apt install -y \
39
xvfb libegl1 \
40
- libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
+ libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils \
41
+ libxcb-cursor0
42
43
- name: "Run tests"
44
run: "make test"
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: test
2
test:
3
python -m pytest --version
4
- python -m pytest -v test/
+ python -m pytest -sv test/
5
6
7
.PHONY: lint
0 commit comments