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 E879D158091 for ; Thu, 9 Jun 2022 14:55:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E7FBE0869; Thu, 9 Jun 2022 14:55:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1B23E0869 for ; Thu, 9 Jun 2022 14:55:37 +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 E02FC340D31 for ; Thu, 9 Jun 2022 14:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 674AB7F for ; Thu, 9 Jun 2022 14:55:18 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1654786063.6f7761bc7f814209e700596c0e9dabfc6bcc23e4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nptyping/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nptyping/nptyping-2.1.2.ebuild X-VCS-Directories: dev-python/nptyping/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6f7761bc7f814209e700596c0e9dabfc6bcc23e4 X-VCS-Branch: master Date: Thu, 9 Jun 2022 14:55:18 +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: 1f4a5cc5-f40d-45b5-8676-1c49d623ae97 X-Archives-Hash: bd22bc3154186239f6a9d4d3e997406b commit: 6f7761bc7f814209e700596c0e9dabfc6bcc23e4 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 9 14:47:43 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 9 14:47:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7761bc dev-python/nptyping: Skip test_package_info Closes: https://bugs.gentoo.org/850721 Signed-off-by: Michał Górny gentoo.org> dev-python/nptyping/nptyping-2.1.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/nptyping/nptyping-2.1.2.ebuild b/dev-python/nptyping/nptyping-2.1.2.ebuild index 1764b2a47adf..2771eb3cd6a8 100644 --- a/dev-python/nptyping/nptyping-2.1.2.ebuild +++ b/dev-python/nptyping/nptyping-2.1.2.ebuild @@ -38,6 +38,9 @@ BDEPEND=" EPYTEST_IGNORE=( # TODO: package beartype? tests/test_beartype.py + # test for... whether the release is on pypi? + # requires Internet + feedparser, meaningless for users + tests/test_package_info.py # relies on Internet access to fetch packages for pip tests/test_wheel.py )