We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79711a3 commit a3d5f8cCopy full SHA for a3d5f8c
tests/test_alias.py
@@ -240,6 +240,7 @@ def test_parse_entrypoint_line():
240
241
242
def test_scan_entrypoints(fake_config, tmp_path):
243
+ fake_config.enable_entrypoints = True
244
root = tmp_path / "test_install"
245
site = root / "site-packages"
246
A = site / "A.dist-info"
tests/test_install_command.py
@@ -173,6 +173,7 @@ class Cmd:
173
launcher_exe = None
174
scratch = {}
175
enable_shortcut_kinds = disable_shortcut_kinds = None
176
+ enable_entrypoints = True
177
def get_installs(self):
178
return [
179
{
0 commit comments