Update Pipfile, pipenv
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
027bc13ad2
commit
190b94746c
|
@ -3,7 +3,7 @@ pipeline:
|
|||
group: test
|
||||
image: python:3.7-alpine
|
||||
commands:
|
||||
- pip install pipenv==2023.8.20
|
||||
- pip install pipenv==2023.10.24
|
||||
- pipenv install --dev --deploy
|
||||
- pipenv run almake test-pytest # We only test with pytest on 3.7
|
||||
|
||||
|
@ -11,7 +11,7 @@ pipeline:
|
|||
group: test
|
||||
image: python:3.8
|
||||
commands:
|
||||
- pip install pipenv==2023.8.20
|
||||
- pip install pipenv==2023.10.24
|
||||
- pipenv install --dev --deploy
|
||||
- pipenv run almake test
|
||||
- pipenv run almake build-dist
|
||||
|
@ -21,7 +21,7 @@ pipeline:
|
|||
group: test
|
||||
image: python:3.9
|
||||
commands:
|
||||
- pip install pipenv==2023.8.20
|
||||
- pip install pipenv==2023.10.24
|
||||
- pipenv install --dev --deploy
|
||||
- pipenv run almake test
|
||||
- pipenv run almake build-dist
|
||||
|
@ -31,7 +31,7 @@ pipeline:
|
|||
group: test
|
||||
image: python:3.10
|
||||
commands:
|
||||
- pip install pipenv==2023.8.20
|
||||
- pip install pipenv==2023.10.24
|
||||
- pipenv install --dev --deploy
|
||||
- pipenv run almake test
|
||||
- pipenv run almake build-dist
|
||||
|
@ -41,7 +41,7 @@ pipeline:
|
|||
group: test
|
||||
image: python:3.11
|
||||
commands:
|
||||
- pip install pipenv==2023.8.20
|
||||
- pip install pipenv==2023.10.24
|
||||
- pipenv install --dev --deploy
|
||||
- pipenv run almake test
|
||||
- pipenv run almake build-dist
|
||||
|
|
2
Pipfile
2
Pipfile
|
@ -13,7 +13,7 @@ pytest = "~=7.2"
|
|||
pytest-cov = "~=4.0"
|
||||
pytest-mock = "~=3.6"
|
||||
pytest-socket = "~=0.6.0"
|
||||
ruff = "==0.0.277"
|
||||
ruff = "~=0.1.3"
|
||||
|
||||
respx = "~=0.20.1"
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue