Skip to content

Commit

Permalink
Fix the workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Nov 4, 2024
1 parent f27ab61 commit 15a33b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/run-liccheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LOCK_TMPDIR=$(mktemp -d -t poetry-lock-XXXXXX)

mkdir -p $LOCK_TMPDIR
# Workaround https://github.com/python-poetry/poetry-plugin-export/issues/183
sed -e '/^urllib3 = {version = "<2"/d' poetry.lock > $LOCK_TMPDIR/poetry.lock
sed -e '/^\s\+{version = "<2"/d' poetry.lock > $LOCK_TMPDIR/poetry.lock
cp -p pyproject.toml $LOCK_TMPDIR/

curl -o $STRATEGY_TMPFILE $STRATEGY_URL
Expand Down

0 comments on commit 15a33b4

Please sign in to comment.