File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ def pytest_configure(config):
3939 'pkg_resources/_vendor' ,
4040 'setuptools/config/_validate_pyproject' ,
4141 'setuptools/modified.py' ,
42+ 'setuptools/tests/bdist_wheel_testdata' ,
4243]
4344
4445
Original file line number Diff line number Diff line change 5959from .install_scripts import install_scripts as install_scripts_cls
6060
6161if TYPE_CHECKING :
62- from .._vendor .wheel .wheelfile import WheelFile # type:ignore[import-untyped]
62+ from .._vendor .wheel .wheelfile import WheelFile
6363
6464_P = TypeVar ("_P" , bound = StrPath )
6565_logger = logging .getLogger (__name__ )
Original file line number Diff line number Diff line change 44import subprocess
55from textwrap import dedent
66
7- from path import Path
7+ from pathlib import Path
88
99
1010def remove_all (paths ):
You can’t perform that action at this time.
0 commit comments