Skip to content

Commit 6467ed8

Browse files
committed
Adding pytest-qt package
1 parent 03e9093 commit 6467ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install .[dev]
21-
python -m pip install pytest-xvfb
21+
python -m pip install pytest-xvfb pytest-qt
2222
- name: Run tests
2323
run: python -m pytest -v

0 commit comments

Comments
 (0)