use os package py3-cryptography

This commit is contained in:
Robert Kaussow 2021-02-18 15:51:38 +01:00
parent e735d8dd6c
commit 59d74db8f2
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 18 additions and 9 deletions

View File

@ -6,6 +6,7 @@ local PythonVersion(pyversion='3.6') = {
}, },
commands: [ commands: [
'pip install poetry poetry-dynamic-versioning -qq', 'pip install poetry poetry-dynamic-versioning -qq',
'poetry config experimental.new-installer false',
'poetry install', 'poetry install',
'poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail', 'poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail',
'poetry version', 'poetry version',
@ -205,11 +206,12 @@ local PipelineBuildContainer(arch='amd64') = {
steps: [ steps: [
{ {
name: 'build', name: 'build',
image: 'python:3.9', image: 'python:3.9-alpine',
commands: [ commands: [
'apk --update --quiet add py3-cryptography', 'apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git',
'git fetch -tq', 'git fetch -tq',
'pip install poetry poetry-dynamic-versioning -qq', 'pip install poetry poetry-dynamic-versioning -qq',
'poetry config virtualenvs.create false',
'poetry build', 'poetry build',
], ],
}, },

View File

@ -51,6 +51,7 @@ steps:
image: python:3.6 image: python:3.6
commands: commands:
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry config experimental.new-installer false
- poetry install - poetry install
- poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail - poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail
- poetry version - poetry version
@ -64,6 +65,7 @@ steps:
image: python:3.7 image: python:3.7
commands: commands:
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry config experimental.new-installer false
- poetry install - poetry install
- poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail - poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail
- poetry version - poetry version
@ -77,6 +79,7 @@ steps:
image: python:3.8 image: python:3.8
commands: commands:
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry config experimental.new-installer false
- poetry install - poetry install
- poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail - poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail
- poetry version - poetry version
@ -90,6 +93,7 @@ steps:
image: python:3.9 image: python:3.9
commands: commands:
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry config experimental.new-installer false
- poetry install - poetry install
- poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail - poetry run pytest dockertidy --cov=dockertidy --cov-append --no-cov-on-fail
- poetry version - poetry version
@ -221,11 +225,12 @@ platform:
steps: steps:
- name: build - name: build
image: python:3.9 image: python:3.9-alpine
commands: commands:
- apk --update --quiet add py3-cryptography - apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git
- git fetch -tq - git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry config virtualenvs.create false
- poetry build - poetry build
- name: dryrun - name: dryrun
@ -300,11 +305,12 @@ platform:
steps: steps:
- name: build - name: build
image: python:3.9 image: python:3.9-alpine
commands: commands:
- apk --update --quiet add py3-cryptography - apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git
- git fetch -tq - git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry config virtualenvs.create false
- poetry build - poetry build
- name: dryrun - name: dryrun
@ -379,11 +385,12 @@ platform:
steps: steps:
- name: build - name: build
image: python:3.9 image: python:3.9-alpine
commands: commands:
- apk --update --quiet add py3-cryptography - apk --update --quiet add build-base libressl-dev python3-dev py3-cryptography git
- git fetch -tq - git fetch -tq
- pip install poetry poetry-dynamic-versioning -qq - pip install poetry poetry-dynamic-versioning -qq
- poetry config virtualenvs.create false
- poetry build - poetry build
- name: dryrun - name: dryrun
@ -630,6 +637,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 79ccca8d3cf92622e95cf14929f8b06bef4349b517bbb91ac3f8fd0d9f1ecb7f hmac: eff4b5e9103801d0ac2f4631f6695092a4c2a5430c04621fece336c2a31bc5eb
... ...