From 46280ba88d94cc8be44b9bf1c7a5a53d48570896 Mon Sep 17 00:00:00 2001 From: Yun Zheng Hu Date: Thu, 24 Aug 2023 10:43:42 +0000 Subject: [PATCH] Cleanup commit for squashing --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0387607..a026ea9 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 {posargs:--color=yes --capture=no --cov=flow --cov-report=term-missing -v tests} + pytest --basetemp="{envtmpdir}" {posargs:--color=yes --capture=no --cov=flow --cov-report=term-missing -v tests} coverage report coverage xml