forked from platformio/platformio-core
Revert back to using TOX tmp dir for PyTest
This commit is contained in:
4
tox.ini
4
tox.ini
@ -40,12 +40,12 @@ commands =
|
|||||||
[testenv:testcore]
|
[testenv:testcore]
|
||||||
commands =
|
commands =
|
||||||
{envpython} --version
|
{envpython} --version
|
||||||
py.test -v -k "not skip_ci" tests --ignore tests/test_examples.py
|
py.test -v --basetemp="{envtmpdir}" -k "not skip_ci" tests --ignore tests/test_examples.py
|
||||||
|
|
||||||
[testenv:testexamples]
|
[testenv:testexamples]
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/install_devplatforms.py
|
{envpython} scripts/install_devplatforms.py
|
||||||
py.test -v tests/test_examples.py
|
py.test -v --basetemp="{envtmpdir}" tests/test_examples.py
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
; basepython = ~/.pyenv/versions/3.6.12/bin/python
|
; basepython = ~/.pyenv/versions/3.6.12/bin/python
|
||||||
|
Reference in New Issue
Block a user