chore: remove poetry experimental.new-installer flag (#267)

This commit is contained in:
Robert Kaussow 2023-05-28 15:18:57 +02:00 committed by GitHub
parent ff8b9e316b
commit 19a453b0a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 11 deletions

View File

@ -6,7 +6,6 @@ local PythonVersion(pyversion='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 version', 'poetry version',
'poetry run git-batch --help', 'poetry run git-batch --help',
@ -33,7 +32,6 @@ local PipelineLint = {
commands: [ commands: [
'git fetch -tq', 'git fetch -tq',
'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 yapf -dr ./gitbatch', 'poetry run yapf -dr ./gitbatch',
], ],
@ -47,7 +45,6 @@ local PipelineLint = {
commands: [ commands: [
'git fetch -tq', 'git fetch -tq',
'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 ruff ./gitbatch', 'poetry run ruff ./gitbatch',
], ],

View File

@ -12,7 +12,6 @@ steps:
commands: commands:
- git fetch -tq - git fetch -tq
- 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 yapf -dr ./gitbatch - poetry run yapf -dr ./gitbatch
environment: environment:
@ -23,7 +22,6 @@ steps:
commands: commands:
- git fetch -tq - git fetch -tq
- 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 ruff ./gitbatch - poetry run ruff ./gitbatch
environment: environment:
@ -53,7 +51,6 @@ 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 version - poetry version
- poetry run git-batch --help - poetry run git-batch --help
@ -66,7 +63,6 @@ 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 version - poetry version
- poetry run git-batch --help - poetry run git-batch --help
@ -79,7 +75,6 @@ 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 version - poetry version
- poetry run git-batch --help - poetry run git-batch --help
@ -92,7 +87,6 @@ steps:
image: python:3.10 image: python:3.10
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 version - poetry version
- poetry run git-batch --help - poetry run git-batch --help
@ -105,7 +99,6 @@ steps:
image: python:3.11 image: python:3.11
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 version - poetry version
- poetry run git-batch --help - poetry run git-batch --help
@ -344,6 +337,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: d7c9492aeede93b8b58b63f5a8ffcfaf75aea1cf6802ad81c703cda4a44dd88a hmac: 3788e000ef7c4f80a3d97a4b903fe56748673e9eec42f969d629e8f600afdd53
... ...