dev-python/nptyping: Skip test_package_info

Closes: https://bugs.gentoo.org/850721
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-06-09 16:47:43 +02:00
parent 49e3fc2bc1
commit 6f7761bc7f

View File

@@ -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
)