summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-09 16:47:43 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-09 16:47:43 +0200
commit6f7761bc7f814209e700596c0e9dabfc6bcc23e4 (patch)
tree1257a41f48588c1471fd9e3fdf6a8aea7985ebc0 /dev-python/nptyping
parentdev-qt/linguist-tools: Add 5.15.4 QT5_KDEPATCHSET_REV=1 (diff)
downloadgentoo-6f7761bc7f814209e700596c0e9dabfc6bcc23e4.tar.gz
gentoo-6f7761bc7f814209e700596c0e9dabfc6bcc23e4.tar.bz2
gentoo-6f7761bc7f814209e700596c0e9dabfc6bcc23e4.zip
dev-python/nptyping: Skip test_package_info
Closes: https://bugs.gentoo.org/850721 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nptyping')
-rw-r--r--dev-python/nptyping/nptyping-2.1.2.ebuild3
1 files changed, 3 insertions, 0 deletions
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
)