We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbe50d9 + 141d857 commit 6011d21Copy full SHA for 6011d21
1 file changed
e2e/constraints.txt
@@ -1,2 +1,9 @@
1
# This file is here in case we need to quickly add a constraint to
2
# 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