From 6eb92f55df2e960afd39e6750114ae9600276980 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 19 May 2019 13:59:49 +0200 Subject: [PATCH] Apparently we need to whitelist pytest for tox to avoid a warning --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a8d52fa1..5e372930 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,8 @@ setenv = env36: JEDI_TEST_ENVIRONMENT=36 env37: JEDI_TEST_ENVIRONMENT=37 commands = - pytest {posargs:jedi test} + pytest +whitelist_externals = pytest [testenv:cov] commands = coverage run --source jedi -m pytest