diff --git a/tox.ini b/tox.ini index 3b48811..120fa84 100644 --- a/tox.ini +++ b/tox.ini @@ -13,4 +13,4 @@ wheel_build_env = .pkg deps = pytest==7.4.3 commands = - pytest {tty:--color=yes} {posargs} + python -m pytest {tty:--color=yes} {posargs}