From cfac81624189c5919b1d7d9bbf2494cf057c8f07 Mon Sep 17 00:00:00 2001 From: johndoknjas Date: Thu, 3 Oct 2024 21:44:08 -0700 Subject: [PATCH] See if adding `postargs` helps. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 76c19b3..c268f57 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = pytype ; python_version < '3.13' commands = pytest {posargs} - py{38,310,311,312}: pytype vulture/core.py + py{38,310,311,312}: pytype vulture/core.py {posargs} # Install package as wheel in all envs (https://hynek.me/articles/turbo-charge-tox/). package = wheel wheel_build_env = .pkg