Skip to content

Commit

Permalink
dev-python/python-oembed: Restrict tests due to network use
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Apr 21, 2018
1 parent c50fbc5 commit 39ceb4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-python/python-oembed/python-oembed-0.2.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}] )"
Expand Down

0 comments on commit 39ceb4a

Please sign in to comment.