Skip to content

Commit 162404e

Browse files
committed
build: Pin setuptools and setuptools-scm versions during tox build.
1 parent 2cd8083 commit 162404e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dependencies/default/constraints.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ pluggy==1.6.0
2020
Pygments==2.19.2
2121
pytest==8.4.1
2222
requests==2.32.4
23+
setuptools==80.9.0
24+
setuptools-scm==8.3.0
2325
snowballstemmer==3.0.1
2426
sortedcontainers==2.4.0
2527
Sphinx==8.0.2

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ isolated_build = true
55
passenv =
66
CI
77

8+
[pkgenv]
9+
constraints = dependencies/default/constraints.txt
10+
811
[testenv]
912
package = wheel
1013
wheel_build_env = .pkg

0 commit comments

Comments
 (0)