Skip to content

Commit

Permalink
Cleanup commit for squashing
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzheng committed Aug 24, 2023
1 parent 41e7fcc commit 46280ba
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 46280ba

Please sign in to comment.