Skip to content

Commit ea01de5

Browse files
committed
put gs-usb dep into tox.ini (@zariiii9003)
1 parent 9618934 commit ea01de5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ test = [
103103
"coverage==7.13.*",
104104
"hypothesis==6.*",
105105
"parameterized==0.9.*",
106-
"gs-usb==0.3.*",
107106
]
108107
dev = [
109108
{include-group = "docs"},

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependency_groups =
1414
test
1515
extras =
1616
canalystii
17+
gs-usb
1718
mf4
1819
multicast
1920
pywin32
@@ -27,13 +28,16 @@ extras =
2728
canalystii
2829
mf4
2930
multicast
31+
gs-usb
32+
serial
3033
pywin32
3134
serial
3235
# still no windows-curses for py314
3336

3437
[testenv:{py313t,py314t,pypy310,pypy311}]
3538
extras =
3639
canalystii
40+
gs-usb
3741
serial
3842

3943
[testenv:docs]

0 commit comments

Comments
 (0)