commit: 6f7761bc7f814209e700596c0e9dabfc6bcc23e4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 9 14:47:43 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 )
