From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1575553-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) server-digest SHA256)
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 533C3158099
	for <garchives@archives.gentoo.org>; Fri,  1 Dec 2023 14:14:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 928932BC024;
	Fri,  1 Dec 2023 14:14:23 +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 740FC2BC024
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Dec 2023 14:14:23 +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 46D93335D6D
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Dec 2023 14:14:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EEDDA66
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Dec 2023 14:14:20 +0000 (UTC)
From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1701440056.91c8f594aca5a14ea7ab69134a34573c6f4a552d.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyfakefs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
X-VCS-Directories: dev-python/pyfakefs/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 91c8f594aca5a14ea7ab69134a34573c6f4a552d
X-VCS-Branch: master
Date: Fri,  1 Dec 2023 14:14:20 +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: e6bd9980-493a-4486-9569-84942bc4ea68
X-Archives-Hash: e9b1e6ec0a6ca6cf2b7899cabc53f825

commit:     91c8f594aca5a14ea7ab69134a34573c6f4a552d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 13:57:49 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 14:14:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c8f594

dev-python/pyfakefs: Reselect a fixed test

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyfakefs/pyfakefs-5.3.2.ebuild | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild b/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
index d5a9d7aac337..7792b64f97c9 100644
--- a/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
+++ b/dev-python/pyfakefs/pyfakefs-5.3.2.ebuild
@@ -31,16 +31,6 @@ python_test() {
 		pyfakefs/pytest_tests/segfault_test.py
 	)
 
-	case ${EPYTHON} in
-		python3.12)
-			EPYTEST_DESELECT+=(
-				# happens with pandas + zstandard [cffi backend]
-				# https://github.com/pytest-dev/pyfakefs/issues/910
-				pyfakefs/tests/patched_packages_test.py::TestPatchedPackages::test_read_{csv,table}
-			)
-			;;
-	esac
-
 	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
 	epytest -p pyfakefs.pytest_plugin
 }