commit: 0776a3900eea4470d26413f81acd5a5c565da773
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 20 12:59:42 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 20 13:00:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0776a390
dev-python/cssselect: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cssselect/cssselect-0.9.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/cssselect/cssselect-0.9.1.ebuild
b/dev-python/cssselect/cssselect-0.9.1.ebuild
index 5f01bbeb08e..ea4d791779c 100644
--- a/dev-python/cssselect/cssselect-0.9.1.ebuild
+++ b/dev-python/cssselect/cssselect-0.9.1.ebuild
@@ -16,6 +16,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 ~sh sparc x86"
IUSE="doc test"
+RESTRICT="!test? ( test )"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]