ci: tox pytest command

This commit is contained in:
283375 2024-08-06 12:33:32 +08:00
parent 03696650ea
commit 864f524e68
Signed by: 283375
SSH Key Fingerprint: SHA256:UcX0qg6ZOSDOeieKPGokA5h7soykG61nz2uxuQgVLSk

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}