summaryrefslogtreecommitdiff
path: root/dev-python/python-oembed
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-oembed')
-rw-r--r--dev-python/python-oembed/python-oembed-0.2.4.ebuild3
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}] )"