diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-01 18:34:52 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-02 12:47:12 +0100 |
commit | e953cd6f12a2cdb3d523a4286968d316b5206aa7 (patch) | |
tree | 59b770e27449ee33ebc6c2bee456d8c602210ade /dev-python | |
parent | dev-python/lockfile: Drop old (diff) | |
download | gentoo-e953cd6f12a2cdb3d523a4286968d316b5206aa7.tar.gz gentoo-e953cd6f12a2cdb3d523a4286968d316b5206aa7.tar.bz2 gentoo-e953cd6f12a2cdb3d523a4286968d316b5206aa7.zip |
dev-python/testtools: Restrict tests
Github: testing-cabal/testtools#156
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/testtools/testtools-1.8.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/testtools/testtools-1.8.0.ebuild b/dev-python/testtools/testtools-1.8.0.ebuild index 33679b9901e0..20b8bf1d8b3e 100644 --- a/dev-python/testtools/testtools-1.8.0.ebuild +++ b/dev-python/testtools/testtools-1.8.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc test" CDEPEND=" @@ -37,6 +37,9 @@ PATCHES=( "${FILESDIR}"/${P}-twisted-backport2.patch ) +# https://github.com/testing-cabal/testtools/issues/156 +RESTRICT=test + python_compile_all() { use doc && emake -C doc html } |