mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Apparently we need to whitelist pytest for tox to avoid a warning
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user