From abc808103284c368ed02436e3c5c07f2453081aa Mon Sep 17 00:00:00 2001 From: Yun Zheng Hu Date: Thu, 24 Aug 2023 10:44:16 +0000 Subject: [PATCH] Remove --basetemp argument from tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a026ea9..0387607 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = extras = test commands = # Capturing output will fail on pypy, possibly due to this issue: https://github.com/pytest-dev/pytest/issues/5502 - pytest --basetemp="{envtmpdir}" {posargs:--color=yes --capture=no --cov=flow --cov-report=term-missing -v tests} + pytest {posargs:--color=yes --capture=no --cov=flow --cov-report=term-missing -v tests} coverage report coverage xml