diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-16 11:29:39 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-16 11:32:09 +0100 |
commit | d6bdd73b871371ba5510b6c80e0d4d4338719314 (patch) | |
tree | f1ee57f72a7dd8995f124e4d290a6c5933d4f9d7 /dev-python/hypothesis/hypothesis-3.74.3.ebuild | |
parent | dev-python/more-itertools: Fix remaining MissingTestRestrict (diff) | |
download | gentoo-d6bdd73b871371ba5510b6c80e0d4d4338719314.tar.gz gentoo-d6bdd73b871371ba5510b6c80e0d4d4338719314.tar.bz2 gentoo-d6bdd73b871371ba5510b6c80e0d4d4338719314.zip |
dev-python/hypothesis: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis/hypothesis-3.74.3.ebuild')
-rw-r--r-- | dev-python/hypothesis/hypothesis-3.74.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/hypothesis/hypothesis-3.74.3.ebuild b/dev-python/hypothesis/hypothesis-3.74.3.ebuild index 46b85f42c786..26a6aa58bddf 100644 --- a/dev-python/hypothesis/hypothesis-3.74.3.ebuild +++ b/dev-python/hypothesis/hypothesis-3.74.3.ebuild @@ -16,6 +16,7 @@ LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" CDEPEND=" >=dev-python/attrs-16.0.0[${PYTHON_USEDEP}] |