Commit a608930
fix(tests): Allow duplicate entry points from editable installs
Editable installs on some Python versions register the entry point
twice (via setup.py and dist-info). Assert >= 1 match instead of
exactly 1.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f19d5cb commit a608930
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments