Update Pipfile, pipenv
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Administrator 2023-10-29 04:50:16 +00:00
parent 027bc13ad2
commit 190b94746c
3 changed files with 480 additions and 451 deletions

View File

@ -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

View File

@ -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"

919
Pipfile.lock generated

File diff suppressed because it is too large Load Diff