File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -445,6 +445,7 @@ include = [
445445]
446446parallel = true
447447branch = true
448+ patch = [ " subprocess" ]
448449
449450[tool .coverage .paths ]
450451source = [
Original file line number Diff line number Diff line change @@ -81,9 +81,6 @@ setenv =
8181 # Configuration to run with coverage similar to CI, e.g.
8282 # "tox -e py313-coverage".
8383 coverage: _PYTEST_TOX_COVERAGE_RUN =coverage run -m
84- coverage: _PYTEST_TOX_EXTRA_DEP =coverage-enable-subprocess
85- coverage: COVERAGE_FILE ={toxinidir}/.coverage
86- coverage: COVERAGE_PROCESS_START ={toxinidir}/pyproject.toml
8784
8885 doctesting: _PYTEST_TOX_POSARGS_DOCTESTING =doc/en
8986
@@ -100,6 +97,7 @@ setenv =
10097 xdist: _PYTEST_TOX_POSARGS_XDIST =-n auto
10198extras = dev
10299deps =
100+ coverage: coverage>=7.10
103101 doctesting: PyYAML
104102 exceptiongroup: exceptiongroup>=1.0.0rc8
105103 numpy: numpy>=1.19.4
@@ -111,7 +109,6 @@ deps =
111109 asynctest: asynctest
112110 xdist: pytest-xdist>=2.1.0
113111 xdist: -e .
114- {env:_PYTEST_TOX_EXTRA_DEP:}
115112# Can use the same wheel for all environments.
116113package = wheel
117114wheel_build_env = .pkg
You can’t perform that action at this time.
0 commit comments