From fffe1d96be50cb6941ff3b04bb9fb8adadb5e6bb Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 27 Jun 2021 16:09:59 +1000 Subject: [PATCH] Fix mypy.stubtest invocation --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b04a297..43a90fa 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ commands = coverage report coverage xml # mypy won't install on PyPy, so only run the typechecking on CPython - !pypy3: mypy.stubtest --allowlist dev/mypy.allowlist contextlib2 + !pypy3: python -m mypy.stubtest --allowlist dev/mypy.allowlist contextlib2 deps = coverage !pypy3: mypy