Skip to content

Commit

Permalink
profile| Remove the --profile-svg switch
Browse files Browse the repository at this point in the history
We can use `tox -epy38 -- --profile-svg` to enable this functionality
now that we have the pytest-profile dependency.
  • Loading branch information
doublethefish authored and PCManticore committed Apr 23, 2020
1 parent a2d0361 commit 0ccf1bc
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 @@ -59,7 +59,7 @@ setenv =
COVERAGE_FILE = {toxinidir}/.coverage.{envname}

commands =
python -Wignore -m coverage run -m pytest --profile-svg {toxinidir}/tests/ {posargs:}
python -Wignore -m coverage run -m pytest {toxinidir}/tests/ {posargs:}

; Transform absolute path to relative path
; for compatibility with coveralls.io and fix 'source not available' error.
Expand Down

0 comments on commit 0ccf1bc

Please sign in to comment.