Skip to content

Commit 6011d21

Browse files
Merge pull request #983 from smoparth/bugfix/issue-982-setuptools-scm-constraint
fix(e2e): pin setuptools-scm<10 to fix circular bootstrap dependency
2 parents fbe50d9 + 141d857 commit 6011d21

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

e2e/constraints.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# This file is here in case we need to quickly add a constraint to
22
# fix CI jobs.
3+
4+
# setuptools-scm 10.0.2 added a build-system dependency on
5+
# vcs-versioning, which itself requires hatchling. This creates a
6+
# circular bootstrap dependency that causes e2e tests to fail because
7+
# hatchling's wheel is not yet available on the local wheel server
8+
# when vcs-versioning tries to install it. See #982.
9+
setuptools-scm<10

0 commit comments

Comments
 (0)