dev-python/testtools: Restrict tests

Github: testing-cabal/testtools#156

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-01 18:34:52 +01:00
parent 28f2c3f851
commit e953cd6f12

View File

@@ -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
}