From 6cf6903d3260b5a40edcedc965fdb03cf15c2e58 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 19 May 2019 17:01:25 +0200 Subject: [PATCH] It should be possible to pass posargs to pytest for tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5e372930..cce8e46f 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ setenv = env36: JEDI_TEST_ENVIRONMENT=36 env37: JEDI_TEST_ENVIRONMENT=37 commands = - pytest + pytest {posargs} whitelist_externals = pytest [testenv:cov] commands =