Skip to content

Commit

Permalink
Re-add --basetemp argument to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzheng committed Oct 13, 2023
1 parent 68a28c9 commit 29dbd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 29dbd4f

Please sign in to comment.