sporestack-python/tox.ini

20 lines
385 B
INI
Raw Permalink Normal View History

[tox]
env_list =
py{38,39,310,311}-pydantic{1,2}
[testenv]
2023-07-07 22:26:25 +00:00
deps =
pydantic1: pydantic~=1.10
pydantic2: pydantic~=2.0
pytest~=8.0
pytest-socket~=0.7.0
pytest-cov~=4.0
pytest-mock~=3.6
respx~=0.20.1
segno
typer~=0.9.0
rich
commands =
pytest --cov=sporestack --cov-fail-under=39 --cov-report=term --durations=3
sporestack api-endpoint