From d252980a6d46cda1169b956242a76cd629a3355f Mon Sep 17 00:00:00 2001 From: ptmcg Date: Mon, 26 Feb 2024 17:38:14 -0600 Subject: [PATCH] Update tox.ini to handle posargs when tox is run --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 90ca38e6..5d21e700 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ isolated_build = True deps=pytest extras=diagrams commands= - pytest tests + pytest tests {posargs} whitelist_externals= pytest python