dev-python/blinker: Fix remaining MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Fri, 22 Nov 2019 17:48:01 +0000 (18:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 22 Nov 2019 17:50:12 +0000 (18:50 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/blinker/blinker-1.4.ebuild

index d8dbc82b1eb6466b739265988402d0287366f2d4..824e7a37f9a06d1e973dbcef82d66eae28ae9402 100644 (file)
@@ -15,6 +15,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc test"
+RESTRICT="!test? ( test )"
 
 DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"