Skip to content

Commit becb8a2

Browse files
committed
Fixed more test failures
1 parent 44e1731 commit becb8a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ exclude = (?x)(
1414
| ^.+?/(_vendor|extern)/ # Vendored
1515
| ^setuptools/_distutils/ # Vendored
1616
| ^setuptools/config/_validate_pyproject/ # Auto-generated
17+
| ^setuptools/tests/bdist_wheel_testdata/ # Duplicate module name
1718
)
1819

1920
# Ignoring attr-defined because setuptools wraps a lot of distutils classes, adding new attributes,

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pass_env =
1616
PRE_BUILT_SETUPTOOLS_WHEEL
1717
PRE_BUILT_SETUPTOOLS_SDIST
1818
TIMEOUT_BACKEND_TEST # timeout (in seconds) for test_build_meta
19+
SSH_AUTH_SOCK # for exercise.py if repo was checked out with ssh
1920
windir # required for test_pkg_resources
2021
# honor git config in pytest-perf
2122
HOME

0 commit comments

Comments
 (0)