From e07596dfeff00a7beae1b8c75312d639357fee94 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Tue, 3 Dec 2019 16:01:35 -0600 Subject: [PATCH] Pass positional arguments to pytest --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9bfe638c..9a7ab006 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ commands = # use `python setup.py check -m -r -s` instead. python setup.py check -m -s flake8 . - py.test tests + py.test tests {posargs} [flake8] exclude = .tox,*.egg,build,data