We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abb20d commit 94caa57Copy full SHA for 94caa57
tox.ini
@@ -38,7 +38,6 @@ dependency_groups = cov
38
set_env =
39
COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
40
PYTHONWARNINGS=d
41
-commands_pre = python -c 'import pathlib; pathlib.Path("{env_site_packages_dir}/cov.pth").write_text("import coverage; coverage.process_startup()")'
42
commands =
43
coverage run -m pytest {posargs}
44
0 commit comments