Commit 141d857
fix(e2e): pin setuptools-scm<10 to fix circular bootstrap dependency
setuptools-scm 10.0.2 added vcs-versioning as a build-system
dependency, which itself requires hatchling. During bootstrap,
hatchling's wheel isn't available yet on the local wheel server when
vcs-versioning tries to install it, causing ci_bootstrap_suite and
ci_specialized_suite to fail across all Python versions and platforms.
Fixes: #982
Co-Authored-By: Claude <claude@anthropic.com>
Signed-off-by: smoparth <smoparth@redhat.com>1 parent 6889433 commit 141d857
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments