File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ exclude = (?x)(
14
14
| ^.+?/(_vendor|extern)/ # Vendored
15
15
| ^setuptools/_distutils/ # Vendored
16
16
| ^setuptools/config/_validate_pyproject/ # Auto-generated
17
+ | ^setuptools/tests/bdist_wheel_testdata/ # Duplicate module name
17
18
)
18
19
19
20
# Ignoring attr-defined because setuptools wraps a lot of distutils classes, adding new attributes,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ pass_env =
16
16
PRE_BUILT_SETUPTOOLS_WHEEL
17
17
PRE_BUILT_SETUPTOOLS_SDIST
18
18
TIMEOUT_BACKEND_TEST # timeout (in seconds) for test_build_meta
19
+ SSH_AUTH_SOCK # for exercise.py if repo was checked out with ssh
19
20
windir # required for test_pkg_resources
20
21
# honor git config in pytest-perf
21
22
HOME
You can’t perform that action at this time.
0 commit comments