Apparently we need to whitelist pytest for tox to avoid a warning

This commit is contained in:
Dave Halter
2019-05-19 13:59:49 +02:00
parent c654301f22
commit 6eb92f55df

View File

@@ -24,7 +24,8 @@ setenv =
env36: JEDI_TEST_ENVIRONMENT=36 env36: JEDI_TEST_ENVIRONMENT=36
env37: JEDI_TEST_ENVIRONMENT=37 env37: JEDI_TEST_ENVIRONMENT=37
commands = commands =
pytest {posargs:jedi test} pytest
whitelist_externals = pytest
[testenv:cov] [testenv:cov]
commands = commands =
coverage run --source jedi -m pytest coverage run --source jedi -m pytest