dev-python/unittest-mixins: Fix remaining MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Fri, 15 Nov 2019 23:23:40 +0000 (00:23 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 15 Nov 2019 23:24:56 +0000 (00:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/unittest-mixins/unittest-mixins-1.3.ebuild

index 449b4e06c86afc18520cbe209044881a9c5596bd..33de2e61d2f30457035ca9522d6335ae4713475e 100644 (file)
@@ -14,6 +14,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-python/six-1.10.0[${PYTHON_USEDEP}]"