dev-python/pytest-fixture-config: Fix remaining MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Tue, 19 Nov 2019 09:00:34 +0000 (10:00 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 19 Nov 2019 09:05:06 +0000 (10:05 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild

index d848cde95a3e611ef7c47a804208489b2b14969b..d437a78d04165ec3b74aef38f974773dd470a82d 100644 (file)
@@ -14,6 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        dev-python/pytest[${PYTHON_USEDEP}]