Skip to content

Commit

Permalink
Remove extras from the lowerbounds constraints
Browse files Browse the repository at this point in the history
This fixes the "Constraints cannot have extras" error observed in the pulp-container's CI (pulp/pulp_container#1441).

The workaround was taken from jazzband/pip-tools#1300 (comment).

[noissue]
  • Loading branch information
lubosmj committed Jan 3, 2024
1 parent 64cad93 commit 3561326
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -62,6 +62,7 @@ fi

if [[ "$TEST" = "lowerbounds" ]]; then
python3 .ci/scripts/calc_deps_lowerbounds.py > lowerbounds_constraints.txt
sed -i 's/\[.*\]//g' lowerbounds_constraints.txt
fi

if [ -f $POST_BEFORE_INSTALL ]; then
Expand Down

0 comments on commit 3561326

Please sign in to comment.