From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1550990-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 4726B15800A
	for <garchives@archives.gentoo.org>; Fri,  1 Sep 2023 04:38:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 848362BC01B;
	Fri,  1 Sep 2023 04:38:52 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 6E3C42BC01B
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Sep 2023 04:38:52 +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 92BE5335D6D
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Sep 2023 04:38:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EE288B3A
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Sep 2023 04:38:49 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1693542973.84c9f09c8b05e0fa1558432c631c3061afe56fff.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/pandas/pandas-2.1.0.ebuild
X-VCS-Directories: dev-python/pandas/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 84c9f09c8b05e0fa1558432c631c3061afe56fff
X-VCS-Branch: master
Date: Fri,  1 Sep 2023 04:38:49 +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: 1eb957c8-a93d-4017-be99-469a259a0109
X-Archives-Hash: 4a29223cb64be0cfbca263fb691e3f2b

commit:     84c9f09c8b05e0fa1558432c631c3061afe56fff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  1 04:36:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  1 04:36:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c9f09c

dev-python/pandas: add link to upstream bug re test data

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pandas/pandas-2.1.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pandas/pandas-2.1.0.ebuild b/dev-python/pandas/pandas-2.1.0.ebuild
index 327bd80ea823..8f5a9b290793 100644
--- a/dev-python/pandas/pandas-2.1.0.ebuild
+++ b/dev-python/pandas/pandas-2.1.0.ebuild
@@ -179,6 +179,7 @@ python_test() {
 	"${EPYTHON}" -c "import pandas; pandas.show_versions()" || die
 	# --no-strict-data-files is necessary since upstream prevents data
 	# files from even being included in GitHub archives, sigh
+	# https://github.com/pandas-dev/pandas/issues/54907
 	epytest pandas/tests \
 		--no-strict-data-files \
 		--maxfail=32 \