mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
attempt to fix josepy tests by pinning poetry (#7553)
* attempt to fix josepy tests for new poetry release * pin to older poetry
This commit is contained in:
parent
f9cf1cff62
commit
edd1e69599
1 changed files with 2 additions and 2 deletions
4
.github/downstream.d/certbot-josepy.sh
vendored
4
.github/downstream.d/certbot-josepy.sh
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue