Skip to content

Commit a3d5f8c

Browse files
committed
Add new setting to tests that need it
1 parent 79711a3 commit a3d5f8c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_alias.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ def test_parse_entrypoint_line():
240240

241241

242242
def test_scan_entrypoints(fake_config, tmp_path):
243+
fake_config.enable_entrypoints = True
243244
root = tmp_path / "test_install"
244245
site = root / "site-packages"
245246
A = site / "A.dist-info"

tests/test_install_command.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ class Cmd:
173173
launcher_exe = None
174174
scratch = {}
175175
enable_shortcut_kinds = disable_shortcut_kinds = None
176+
enable_entrypoints = True
176177
def get_installs(self):
177178
return [
178179
{

0 commit comments

Comments
 (0)