mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
chore: remove poetry experimental.new-installer flag (#607)
This commit is contained in:
parent
f567ec2ab2
commit
34cf06c9c1
@ -6,7 +6,6 @@ local PythonVersion(pyversion='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 -E ansible-core',
|
'poetry install -E ansible-core',
|
||||||
'poetry run pytest --cov-append',
|
'poetry run pytest --cov-append',
|
||||||
'poetry version',
|
'poetry version',
|
||||||
@ -34,7 +33,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 ./ansiblelater',
|
'poetry run yapf -dr ./ansiblelater',
|
||||||
],
|
],
|
||||||
|
@ -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 ./ansiblelater
|
- poetry run yapf -dr ./ansiblelater
|
||||||
environment:
|
environment:
|
||||||
@ -52,7 +51,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 -E ansible-core
|
- poetry install -E ansible-core
|
||||||
- poetry run pytest --cov-append
|
- poetry run pytest --cov-append
|
||||||
- poetry version
|
- poetry version
|
||||||
@ -66,7 +64,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 -E ansible-core
|
- poetry install -E ansible-core
|
||||||
- poetry run pytest --cov-append
|
- poetry run pytest --cov-append
|
||||||
- poetry version
|
- poetry version
|
||||||
@ -80,7 +77,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 -E ansible-core
|
- poetry install -E ansible-core
|
||||||
- poetry run pytest --cov-append
|
- poetry run pytest --cov-append
|
||||||
- poetry version
|
- poetry version
|
||||||
@ -416,6 +412,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 4fa3e44f6e23e8ef4ee2c7c7fba9609c1b337f30584db1db35fc7f2dd66d76a8
|
hmac: 61adfbb4000f513b9c48979a489bc9556c5257566af038285ba1a12c9421f359
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user