Skip to content

Commit ecaa454

Browse files
committed
build: add pytest-qt dependency for gui testing
1 parent 450b36e commit ecaa454

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,15 @@
4040
'systemd ; platform_system == "Linux"'
4141
],
4242
'installer': [
43-
'pyinstaller',
4443
'doit',
44+
'pyinstaller',
4545
],
4646
'test': [
47+
'api4jenkins',
4748
'pytest',
4849
'pytest-cov',
50+
'pytest-qt',
4951
'requests',
50-
'api4jenkins',
5152
],
5253
}
5354
)

0 commit comments

Comments
 (0)