File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,6 @@ exclude_lines =
107
107
pragma: no cover
108
108
# This excludes typing-specific code, which will be validated by mypy anyway.
109
109
if TYPE_CHECKING
110
- # Can be set to exclude e.g. `if PY2:` on Python 3
111
- ${PIP_CI_COVERAGE_EXCLUDES}
112
110
113
111
[metadata]
114
112
license_file = LICENSE.txt
Original file line number Diff line number Diff line change @@ -11,11 +11,9 @@ pip = python {toxinidir}/tools/tox_pip.py
11
11
mkdirp = python -c ' import os, sys; os.path.exists(sys.argv[1]) or os.mkdir(sys.argv[1])'
12
12
13
13
[testenv]
14
- # Remove USERNAME once we drop PY2.
15
14
passenv =
16
15
CI
17
16
GIT_SSL_CAINFO
18
- USERNAME
19
17
HTTP_PROXY
20
18
HTTPS_PROXY
21
19
NO_PROXY
@@ -43,8 +41,6 @@ setenv =
43
41
# Ensure coverage is enabled in child processes in virtual environments
44
42
# since they won't already have been enabled by pytest-cov.
45
43
COVERAGE_PROCESS_START = {toxinidir}/setup.cfg
46
- # Used in coverage configuration in setup.cfg.
47
- PIP_CI_COVERAGE_EXCLUDES = if PY2
48
44
49
45
[testenv:docs]
50
46
# Don't skip install here since pip_sphinxext uses pip's internals.
You can’t perform that action at this time.
0 commit comments