ci: tox pytest command

This commit is contained in:
2024-08-06 12:33:32 +08:00
parent ade0bcb2b7
commit f40ea91ee2

View File

@ -13,4 +13,4 @@ wheel_build_env = .pkg
deps = deps =
pytest==7.4.3 pytest==7.4.3
commands = commands =
pytest {tty:--color=yes} {posargs} python -m pytest {tty:--color=yes} {posargs}