diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-21 10:22:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-04-21 10:25:34 +0200 |
commit | 39ceb4ab52c7d3c74e24efc73034de71dc2135d4 (patch) | |
tree | f36d3c93428b1a21162349a73eb084802b9b6fd2 /dev-python/python-oembed | |
parent | sys-cluster/ganglia-web: normalize einstalldocs (diff) | |
download | gentoo-39ceb4ab52c7d3c74e24efc73034de71dc2135d4.tar.gz gentoo-39ceb4ab52c7d3c74e24efc73034de71dc2135d4.tar.bz2 gentoo-39ceb4ab52c7d3c74e24efc73034de71dc2135d4.zip |
dev-python/python-oembed: Restrict tests due to network use
Closes: https://bugs.gentoo.org/430392
Diffstat (limited to 'dev-python/python-oembed')
-rw-r--r-- | dev-python/python-oembed/python-oembed-0.2.4.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/python-oembed/python-oembed-0.2.4.ebuild b/dev-python/python-oembed/python-oembed-0.2.4.ebuild index db632ac17f75..474d5968685b 100644 --- a/dev-python/python-oembed/python-oembed-0.2.4.ebuild +++ b/dev-python/python-oembed/python-oembed-0.2.4.ebuild @@ -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}] )" |