From 7ded49d326f8a2f9c2f49c4b20dcb2616dd1694e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 3 Dec 2020 11:08:34 +0100 Subject: tox: Allow posargs for misc_checks.py --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5f43aceb8..f028c0e5a 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ basepython = {env:PYTHON:python3} passenv = HOME deps = commands = - {envpython} scripts/dev/misc_checks.py all + {envpython} scripts/dev/misc_checks.py {posargs:all} [testenv:vulture] basepython = {env:PYTHON:python3} -- cgit v1.2.3-54-g00ecf