Add `pexpect` to dev deps for testing

runtime_to_msgspec
Tyler Goodlet 2024-05-08 14:53:10 -04:00
parent 6690968236
commit c929bc15c9
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ xontrib-vox = "^0.0.1"
optional = false optional = false
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
pytest = "^8.2.0" pytest = "^8.2.0"
pexpect = "^4.9.0"
# only for xonsh as sh.. # only for xonsh as sh..
xontrib-vox = "^0.0.1" xontrib-vox = "^0.0.1"