public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/patool/
Date: Sun, 16 Feb 2025 06:38:01 +0000 (UTC)	[thread overview]
Message-ID: <1739687806.823939fb4c3b11092e19d54b624775d3d9020543.sam@gentoo> (raw)

commit:     823939fb4c3b11092e19d54b624775d3d9020543
Author:     Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sat Feb 15 22:35:27 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 06:36:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823939fb

app-arch/patool: fix test deselecting

Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/patool/patool-3.0.3.ebuild | 4 ++++
 app-arch/patool/patool-3.1.0.ebuild | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/app-arch/patool/patool-3.0.3.ebuild b/app-arch/patool/patool-3.0.3.ebuild
index 8e8053efb9bf..edb41cc77bb8 100644
--- a/app-arch/patool/patool-3.0.3.ebuild
+++ b/app-arch/patool/patool-3.0.3.ebuild
@@ -108,6 +108,8 @@ python_test() {
 		"tests/archives/test_arc.py"
 		# Error: 1002 (invalid input file)
 		"tests/archives/test_mac.py"
+	)
+	local EPYTEST_DESELECT=(
 		# Broken due mime type change for rar in file-5.46
 		# https://github.com/wummel/patool/pull/173
 		"tests/test_mime.py::TestMime::test_nested_gzip"
@@ -122,6 +124,8 @@ python_test() {
 	if use x86; then
 		EPYTEST_IGNORE+=(
 			"tests/archives/test_clzip.py"
+		)
+		EPYTEST_DESELECT+=(
 			# bug #916317
 			"tests/archives/test_lrzip.py::TestLrzip::test_lrzip"
 		)

diff --git a/app-arch/patool/patool-3.1.0.ebuild b/app-arch/patool/patool-3.1.0.ebuild
index 19470cd52d22..2e8a32ff1e1e 100644
--- a/app-arch/patool/patool-3.1.0.ebuild
+++ b/app-arch/patool/patool-3.1.0.ebuild
@@ -113,6 +113,7 @@ python_test() {
 		# Error: 1002 (invalid input file)
 		"tests/archives/test_mac.py"
 	)
+	local EPYTEST_DESELECT=()
 
 	if use elibc_musl; then
 		EPYTEST_IGNORE+=(
@@ -123,6 +124,8 @@ python_test() {
 	if use x86; then
 		EPYTEST_IGNORE+=(
 			"tests/archives/test_clzip.py"
+		)
+		EPYTEST_DESELECT+=(
 			# bug #916317
 			"tests/archives/test_lrzip.py::TestLrzip::test_lrzip"
 		)


             reply	other threads:[~2025-02-16  6:38 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-16  6:38 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-21 16:09 [gentoo-commits] repo/gentoo:master commit in: app-arch/patool/ Jakov Smolić
2025-03-05 11:40 Sam James
2025-03-05 11:40 Sam James
2025-02-16  6:38 Sam James
2025-02-16  6:38 Sam James
2025-02-16  6:38 Sam James
2025-02-16  6:38 Sam James
2025-02-16  6:38 Sam James
2025-02-13  7:14 Joonas Niilola
2025-02-11  1:30 Jakov Smolić
2025-02-10  3:11 Sam James
2024-11-26  5:57 Eli Schwartz
2024-11-26  5:57 Eli Schwartz
2024-09-22 18:31 Arthur Zamarin
2024-09-22  9:16 Sam James
2024-08-23  2:08 Eli Schwartz
2024-08-23  2:08 Eli Schwartz
2024-08-22  9:38 Jakov Smolić
2024-08-21 14:34 Sam James
2024-07-11 16:30 Eli Schwartz
2024-05-21  8:58 Florian Schmaus
2024-05-21  8:58 Florian Schmaus
2024-04-07  5:46 Joonas Niilola
2024-04-07  5:46 Joonas Niilola
2024-03-12 15:47 Sam James
2024-03-12 14:38 Arthur Zamarin
2024-02-28  9:12 Florian Schmaus
2024-02-15  7:07 Joonas Niilola
2024-02-15  6:50 Joonas Niilola
2024-01-30 11:33 Sam James
2024-01-30 11:33 Sam James
2023-12-16  7:45 Joonas Niilola
2023-12-16  7:22 Joonas Niilola
2023-11-30 21:39 Sam James
2023-11-30 20:16 Michał Górny
2023-11-30 14:11 Joonas Niilola
2023-11-13 11:36 Yixun Lan
2023-11-13 11:36 Yixun Lan
2023-11-13 11:36 Yixun Lan
2023-10-27  5:43 Joonas Niilola
2023-10-27  5:43 Joonas Niilola
2023-05-01  8:47 Sam James
2021-05-28 14:19 Michał Górny
2021-05-28 14:19 Michał Górny
2020-08-05 14:17 Agostino Sarubbo
2020-08-05 13:53 Agostino Sarubbo
2020-01-20 19:18 Ben Kohler
2018-06-27 17:15 Pacho Ramos
2016-07-02 12:36 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1739687806.823939fb4c3b11092e19d54b624775d3d9020543.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox