Add `pexpect` to dev deps for testing
parent
6690968236
commit
c929bc15c9
|
@ -55,6 +55,7 @@ xontrib-vox = "^0.0.1"
|
|||
optional = false
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^8.2.0"
|
||||
pexpect = "^4.9.0"
|
||||
|
||||
# only for xonsh as sh..
|
||||
xontrib-vox = "^0.0.1"
|
||||
|
|
Loading…
Reference in New Issue