From 644fc36c321bae4f2fec6fdfb9ca42c8c4bc52bc Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 8 Mar 2022 18:29:54 +0200 Subject: [PATCH] Revert back to using TOX tmp dir for PyTest --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e367a4f4..0ee9c0ec 100644 --- a/tox.ini +++ b/tox.ini @@ -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