Try to work around Rust cryptography issue
This commit is contained in:
@@ -34,6 +34,10 @@ docker run --rm -i \
|
|||||||
$DOCKER_IMAGE_NAME <<EOT
|
$DOCKER_IMAGE_NAME <<EOT
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# Globally upgrade Pip, so that we can get a compatible version of the cryptography package.
|
||||||
|
# See https://github.com/pyca/cryptography/issues/5771
|
||||||
|
pip3 install --upgrade pip
|
||||||
|
|
||||||
# Pin poetry to 1.0, as more recent version to not support nested filesystem package
|
# Pin poetry to 1.0, as more recent version to not support nested filesystem package
|
||||||
# dependencies.
|
# dependencies.
|
||||||
pip3 install wheel poetry==1.0
|
pip3 install wheel poetry==1.0
|
||||||
|
@@ -11,6 +11,7 @@ include = ["README.md", "LICENSE.txt"]
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "~3.6"
|
python = "~3.6"
|
||||||
|
cryptography = "<3.4"
|
||||||
pillar = {path = "../pillar"}
|
pillar = {path = "../pillar"}
|
||||||
attract = {path = "../attract"}
|
attract = {path = "../attract"}
|
||||||
flamenco = {path = "../flamenco"}
|
flamenco = {path = "../flamenco"}
|
||||||
|
Reference in New Issue
Block a user