From: Matthew Thode Date: Thu, 31 Aug 2017 20:45:19 +0000 (-0500) Subject: dev-python/cmd2: the new pyperclip dep makes cmd2 testing inconsistant X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=98612de3ab4ff63dfd516039552e475c16dc288c;p=gentoo.git dev-python/cmd2: the new pyperclip dep makes cmd2 testing inconsistant Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/dev-python/cmd2/cmd2-0.7.5.ebuild b/dev-python/cmd2/cmd2-0.7.5.ebuild index 68377e9d6082..27e958529dc5 100644 --- a/dev-python/cmd2/cmd2-0.7.5.ebuild +++ b/dev-python/cmd2/cmd2-0.7.5.ebuild @@ -15,6 +15,9 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" +# restrict tests because pyperclip is fairly unstable... +RESTRICT="test" + RDEPEND=" >=dev-python/pyparsing-2.0.1[${PYTHON_USEDEP}] dev-python/pyperclip[${PYTHON_USEDEP}]