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 163BD158020 for ; Wed, 23 Nov 2022 07:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8098E0997; Wed, 23 Nov 2022 07:33:00 +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 9CE2AE0996 for ; Wed, 23 Nov 2022 07:33:00 +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 378D3341002 for ; Wed, 23 Nov 2022 07:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 746AF731 for ; Wed, 23 Nov 2022 07:32:57 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1669157171.ad94204ebe08515a217b28160d3bbcc314ef2b3d.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dateparser/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/dateparser/dateparser-1.1.4.ebuild X-VCS-Directories: dev-python/dateparser/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: ad94204ebe08515a217b28160d3bbcc314ef2b3d X-VCS-Branch: dev Date: Wed, 23 Nov 2022 07:32:57 +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: b5cac305-4452-4f59-8765-8deaa4f57c7f X-Archives-Hash: 0afd1636025542bb2ef376a078e00710 commit: ad94204ebe08515a217b28160d3bbcc314ef2b3d Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Nov 22 22:46:11 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Nov 22 22:46:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad94204e dev-python/dateparser: rephrase a comment Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/dateparser/dateparser-1.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/dateparser/dateparser-1.1.4.ebuild b/dev-python/dateparser/dateparser-1.1.4.ebuild index 7e8fdc2c1..d73cda687 100644 --- a/dev-python/dateparser/dateparser-1.1.4.ebuild +++ b/dev-python/dateparser/dateparser-1.1.4.ebuild @@ -30,7 +30,7 @@ BDEPEND="test? ( )" EPYTEST_IGNORE=( - # GitPython fails to allocate memory + # tests that require network tests/test_dateparser_data_integrity.py )