Skip to content

Commit 94caa57

Browse files
committed
Don't need cov.pth hack anymore either way
1 parent 0abb20d commit 94caa57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dependency_groups = cov
3838
set_env =
3939
COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
4040
PYTHONWARNINGS=d
41-
commands_pre = python -c 'import pathlib; pathlib.Path("{env_site_packages_dir}/cov.pth").write_text("import coverage; coverage.process_startup()")'
4241
commands =
4342
coverage run -m pytest {posargs}
4443

0 commit comments

Comments
 (0)