Skip to content

Commit 0ccf1bc

Browse files
doublethefishPCManticore
authored andcommitted
profile| Remove the --profile-svg switch
We can use `tox -epy38 -- --profile-svg` to enable this functionality now that we have the pytest-profile dependency.
1 parent a2d0361 commit 0ccf1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ setenv =
5959
COVERAGE_FILE = {toxinidir}/.coverage.{envname}
6060

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

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

0 commit comments

Comments
 (0)