From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1631145-garchives=archives.gentoo.org@lists.gentoo.org>
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 1357E1581D3
	for <garchives@archives.gentoo.org>; Tue, 14 May 2024 20:29:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D3147E2A07;
	Tue, 14 May 2024 20:29:22 +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 B7FD5E2A07
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 May 2024 20:29:22 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8D4FC340806
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 May 2024 20:29:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ECFC01A42
	for <gentoo-commits@lists.gentoo.org>; Tue, 14 May 2024 20:29:19 +0000 (UTC)
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org>
Message-ID: <1715718546.116fc042867c8cc0584a5aac64179eff7d02ca1c.ionen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/adblock/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/adblock/adblock-0.6.0.ebuild
X-VCS-Directories: dev-python/adblock/
X-VCS-Committer: ionen
X-VCS-Committer-Name: Ionen Wolkens
X-VCS-Revision: 116fc042867c8cc0584a5aac64179eff7d02ca1c
X-VCS-Branch: master
Date: Tue, 14 May 2024 20:29:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 211caebd-8c16-491c-af28-03efbaa841e4
X-Archives-Hash: e723da560ff60cacb20fe846279a514c

commit:     116fc042867c8cc0584a5aac64179eff7d02ca1c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 20:28:47 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue May 14 20:29:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116fc042

dev-python/adblock: skip test_serde_file

Closes: https://bugs.gentoo.org/931898
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/adblock/adblock-0.6.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/adblock/adblock-0.6.0.ebuild b/dev-python/adblock/adblock-0.6.0.ebuild
index bbb494479d4f..2204153a01f8 100644
--- a/dev-python/adblock/adblock-0.6.0.ebuild
+++ b/dev-python/adblock/adblock-0.6.0.ebuild
@@ -106,6 +106,9 @@ python_test() {
 		# unimportant (for us) test that uses the dir that we delete below
 		# so pytest does not try to load it while lacking extensions
 		tests/test_typestubs.py::test_functions_and_methods_exist_in_rust
+		# FileNotFound exception test that triggers a new assertion in
+		# python:3.13[debug], not an issue for normal usage (bug #931898)
+		tests/test_engine.py::test_serde_file
 	)
 	local EPYTEST_IGNORE=(
 		# not very meaningful here (e.g. validates changelog),