From dbd6104c8ba0a32784b7161dad38124409b4d8ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:33:51 +0000 Subject: [PATCH 1/2] :arrow_up: Bump abatilo/actions-poetry from 3.0.1 to 4.0.0 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](https://github.com/abatilo/actions-poetry/compare/e78f54a89cb052fff327414dd9ff010b5d2b4dbd...3765cf608f2d4a72178a9fc5b918668e542b89b1) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/poetry-test.yml | 2 +- .github/workflows/publish-docs.yml | 2 +- .github/workflows/publish-test.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/test-doc.yml | 2 +- .github/workflows/test.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/poetry-test.yml b/.github/workflows/poetry-test.yml index e8570d41a..e8f40881a 100644 --- a/.github/workflows/poetry-test.yml +++ b/.github/workflows/poetry-test.yml @@ -30,7 +30,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ” Check the correctness of the project config run: poetry check diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index a38482fca..08b7f5d0f 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -39,7 +39,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ“ฆ Install dependencies run: | diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index ed80ed454..e7ab8b53e 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -32,7 +32,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ—๏ธ Build source and wheel distributions run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 398c9deb3..d71c239b3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ—๏ธ Build source and wheel distributions run: | diff --git a/.github/workflows/test-doc.yml b/.github/workflows/test-doc.yml index d5cd8acb0..6b2012d8f 100644 --- a/.github/workflows/test-doc.yml +++ b/.github/workflows/test-doc.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ—๏ธ Install dependencies run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5167958c..b2acef86c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: ๐Ÿ“œ Setup Poetry - uses: abatilo/actions-poetry@e78f54a89cb052fff327414dd9ff010b5d2b4dbd # v3.0.1 + uses: abatilo/actions-poetry@3765cf608f2d4a72178a9fc5b918668e542b89b1 # v4.0.0 - name: ๐Ÿ“ฆ Install dependencies run: | From beabf6810cfa2e3bc508d423acf8fecc23780fe3 Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Mon, 6 Jan 2025 04:24:53 +0300 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Simplify=20pytest=20e?= =?UTF-8?q?xecution=20in=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- .github/workflows/test.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2acef86c..cd197dbea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,13 +35,6 @@ jobs: run: | poetry install --with=test - - name: Run pytest - uses: pavelzw/pytest-action@510c5e90c360a185039bea56ce8b3e7e51a16507 # v2.2.0 - with: - verbose: true - emoji: true - job-summary: true - custom-arguments: "-q" - click-to-expand: true - report-title: "Test Report" - custom-pytest: "poetry run pytest" + - name: ๐Ÿงช Run pytest + run: | + poetry run pytest