commit: 39ceb4ab52c7d3c74e24efc73034de71dc2135d4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Apr 21 08:22:45 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 21 08:25:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39ceb4ab
dev-python/python-oembed: Restrict tests due to network use Closes: https://bugs.gentoo.org/430392 dev-python/python-oembed/python-oembed-0.2.4.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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 db632ac17f7..474d5968685 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}] )"