-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Poetry to 1.5.1 (last version supporting Python 3.7) (#793
- Loading branch information
Showing
2 changed files
with
15 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ jobs: | |
submodules: true | ||
- name: Install dependencies | ||
run: | | ||
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2 | ||
curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1 | ||
poetry install | ||
poetry run pytest -v tests/unit | ||
|
@@ -110,7 +110,7 @@ jobs: | |
python-version: 3.7 | ||
- name: Install and run tests | ||
run: | | ||
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2 | ||
curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1 | ||
poetry install --with docs -E docker | ||
poetry run pytest -v -m doc tests/e2e | ||
|
@@ -198,7 +198,7 @@ jobs: | |
with: | ||
python-version: 3.7 | ||
- run: | | ||
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2 | ||
curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1 | ||
poetry install -E docker | ||
poetry run pytest -v --splunk-version=${{ matrix.splunk.version }} -m docker -m ${{ matrix.test-marker }} tests/e2e | ||
|
@@ -224,7 +224,7 @@ jobs: | |
run: cp -f THIRDPARTY NOTICE | ||
- name: Install Poetry | ||
run: | | ||
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2 | ||
curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1 | ||
- id: semantic | ||
uses: splunk/[email protected] | ||
with: | ||
|
Oops, something went wrong.