Skip to content

Commit

Permalink
attempt to fix josepy tests by pinning poetry (#7553)
Browse files Browse the repository at this point in the history
* attempt to fix josepy tests for new poetry release

* pin to older poetry
  • Loading branch information
alex committed Aug 31, 2022
1 parent f9cf1cf commit edd1e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/downstream.d/certbot-josepy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ case "${1}" in
git clone --depth=1 https://github.com/certbot/josepy
cd josepy
git rev-parse HEAD
curl -sSL https://install.python-poetry.org | python3 -
"${HOME}/.local/bin/poetry" export -f requirements.txt --dev --without-hashes > constraints.txt
curl -sSL https://install.python-poetry.org | python3 - --version=1.1.15
"${HOME}/.local/bin/poetry" export -f requirements.txt --dev --without-hashes -o constraints.txt
pip install -e . pytest -c constraints.txt
;;
run)
Expand Down

0 comments on commit edd1e69

Please sign in to comment.