dev-python/python-oembed: Restrict tests due to network use

Closes: https://bugs.gentoo.org/430392
This commit is contained in:
Michał Górny
2018-04-21 10:22:45 +02:00
parent c50fbc5a51
commit 39ceb4ab52

View File

@@ -14,6 +14,9 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
# all tests access network, also assume that localhost will have
# no HTTP server running (which is extremely silly)
RESTRICT="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"