Skip to content

Commit d8c83e8

Browse files
committed
Update to poetry 2.1.2
1 parent 9624e73 commit d8c83e8

File tree

5 files changed

+118
-91
lines changed

5 files changed

+118
-91
lines changed

.github/workflows/pypi_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: exasol/python-toolbox/.github/actions/python-environment@1.1.0
2121
with:
2222
python-version: "3.10"
23-
poetry-version: '1.8.5'
23+
poetry-version: '2.1.2'
2424

2525
- name: Build Artifacts
2626
run: poetry build

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: exasol/python-toolbox/.github/actions/python-environment@1.1.0
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
poetry-version: '1.8.5'
22+
poetry-version: '2.1.2'
2323

2424
- name: Run pytest
25-
run: poetry run python3 -m pytest
25+
run: poetry run -- python3 -m pytest

doc/changes/unreleased.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# UDF Mock Python <version TBD>, released <date TBD>
2+
3+
### Refactorings
4+
5+
* #64: Update to poetry 2.1.2

0 commit comments

Comments
 (0)