Revert back to using TOX tmp dir for PyTest

This commit is contained in:
Ivan Kravets
2022-03-08 18:29:54 +02:00
parent 41144bffeb
commit 644fc36c32

View File

@ -40,12 +40,12 @@ commands =
[testenv:testcore]
commands =
{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]
commands =
{envpython} scripts/install_devplatforms.py
py.test -v tests/test_examples.py
py.test -v --basetemp="{envtmpdir}" tests/test_examples.py
[testenv:docs]
; basepython = ~/.pyenv/versions/3.6.12/bin/python