From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16196158009 for ; Fri, 23 Jun 2023 05:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61293E084A; Fri, 23 Jun 2023 05:21:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20353E084A for ; Fri, 23 Jun 2023 05:21:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10FC9340948 for ; Fri, 23 Jun 2023 05:21:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DB07A95 for ; Fri, 23 Jun 2023 05:21:33 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1687497685.6c10670969a4d59b42b80d9269cf87bc7952cc88.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/snakeoil:master commit in: .github/workflows/ X-VCS-Repository: proj/pkgcore/snakeoil X-VCS-Files: .github/workflows/test.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6c10670969a4d59b42b80d9269cf87bc7952cc88 X-VCS-Branch: master Date: Fri, 23 Jun 2023 05:21:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 37062c04-540c-4424-88df-f8376a9b5b07 X-Archives-Hash: bd4a7885e26124cdfdec222eb63d347d commit: 6c10670969a4d59b42b80d9269cf87bc7952cc88 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jun 23 05:21:25 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jun 23 05:21:25 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=6c106709 ci: add pytest-github-actions-annotate-failures for test Signed-off-by: Arthur Zamarin gentoo.org> .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 019a76c5..9c767a22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install .[test] + pip install ".[test]" pytest-github-actions-annotate-failures - name: Install non-python deps if: ${{ matrix.os == 'ubuntu-latest' }}