We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f834f40 commit 3c6532dCopy full SHA for 3c6532d
tests/pypi/whl_installer/wheel_installer_test.py
@@ -35,9 +35,8 @@ def tearDown(self):
35
def test_wheel_exists(self) -> None:
36
wheel_installer._extract_wheel(
37
Path(self.wheel_path),
38
- installation_dir=Path(self.wheel_dir),
39
- extras={},
40
enable_implicit_namespace_pkgs=False,
+ installation_dir=Path(self.wheel_dir),
41
)
42
43
want_files = [
0 commit comments