Skip to content

Commit

Permalink
poetry 2.0 no longer has export, install it for certbot-josepy (#12241)
Browse files Browse the repository at this point in the history
* poetry 2.0 no longer has export, install it for certbot-josepy

* Update .github/downstream.d/certbot-josepy.sh

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>

---------

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
  • Loading branch information
reaperhulk and alex authored Jan 6, 2025
1 parent c93639d commit 10f597c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/downstream.d/certbot-josepy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ case "${1}" in
cd josepy
git rev-parse HEAD
curl -sSL https://install.python-poetry.org | python3 -
"${HOME}/.local/bin/poetry" self add poetry-plugin-export
"${HOME}/.local/bin/poetry" export -f constraints.txt --dev --without-hashes -o constraints.txt
pip install -e . pytest -c constraints.txt
;;
Expand Down

0 comments on commit 10f597c

Please sign in to comment.