summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2017-08-31 15:45:19 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2017-08-31 15:45:59 -0500
commit98612de3ab4ff63dfd516039552e475c16dc288c (patch)
tree03f31488af1f1046d74c64123ef957c517275d08 /dev-python/cmd2/cmd2-0.7.5.ebuild
parentsys-apps/crazydiskinfo: new package (diff)
downloadgentoo-98612de3ab4ff63dfd516039552e475c16dc288c.tar.gz
gentoo-98612de3ab4ff63dfd516039552e475c16dc288c.tar.bz2
gentoo-98612de3ab4ff63dfd516039552e475c16dc288c.zip
dev-python/cmd2: the new pyperclip dep makes cmd2 testing inconsistant
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/cmd2/cmd2-0.7.5.ebuild')
-rw-r--r--dev-python/cmd2/cmd2-0.7.5.ebuild3
1 files changed, 3 insertions, 0 deletions
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}]