Update tox config to match poetry config

This commit is contained in:
Micah Jerome Ellison 2025-02-24 19:53:46 -08:00
parent 259632ce32
commit 81a65f97df

View file

@ -170,7 +170,7 @@ isolated_build = True
[testenv] [testenv]
deps = deps =
pytest >=6.2,<=8.1 pytest >=6.2,<=8.1
pytest-bdd >=6.0 pytest-bdd >=8.0
pytest-xdist >=2.5.0 pytest-xdist >=2.5.0
parse-type >=0.6.0 parse-type >=0.6.0
toml >=0.10 toml >=0.10