Skip to content

Commit 823dc39

Browse files
committed
ci: feed constraints.txt into pip when building wheels
Let's ensure our setuptools constraint is honored everywhere. Otherwise we get spammed with deprecation warnings and have to reason about inconsistent behaviors.
1 parent b0317ca commit 823dc39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci/build-manylinux-wheel.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ fi
1919

2020
mkdir -p /tmp/wheels
2121

22+
export PIP_CONSTRAINT=ci/constraints.txt
23+
2224
${PYPATH}/bin/python -m pip wheel -v /project -w /tmp/wheels --no-deps
2325
wheel=$(ls /tmp/wheels/*.whl)
2426

0 commit comments

Comments
 (0)