diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-09 08:36:09 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-09 08:36:09 +0100 |
commit | dc8e31bd2057c540344ae747ad7f0f99af9d403f (patch) | |
tree | e3980f9837ff33c32733398d651b8cb6d1614662 /dev-python/testtools | |
parent | dev-ruby/filesize: fix USE=doc case and other issues (diff) | |
download | gentoo-dc8e31bd2057c540344ae747ad7f0f99af9d403f.tar.gz gentoo-dc8e31bd2057c540344ae747ad7f0f99af9d403f.tar.bz2 gentoo-dc8e31bd2057c540344ae747ad7f0f99af9d403f.zip |
dev-python/testtools: Enable tests
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/testtools')
-rw-r--r-- | dev-python/testtools/testtools-1.8.0.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/testtools/testtools-1.8.0.ebuild b/dev-python/testtools/testtools-1.8.0.ebuild index 252886c9d8d1..61f80468c2dc 100644 --- a/dev-python/testtools/testtools-1.8.0.ebuild +++ b/dev-python/testtools/testtools-1.8.0.ebuild @@ -37,9 +37,6 @@ 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 } |