This repository was archived by the owner on Apr 24, 2026. It is now read-only.
Commit 99aed26
committed
fix: handle missing package metadata for --version in tox skip_install env
_get_version() falls back to "(dev)" when the package is not installed,
preventing PackageNotFoundError when tox runs with skip_install = true.1 parent cae9721 commit 99aed26
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
34 | 41 | | |
35 | 42 | | |
36 | 43 | | |
| |||
675 | 682 | | |
676 | 683 | | |
677 | 684 | | |
678 | | - | |
| 685 | + | |
679 | 686 | | |
680 | 687 | | |
681 | 688 | | |
| |||
0 commit comments