commit: 2a27296f0169ae7a1df0d7c5ae31144d762a7960
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 09:00:34 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 09:05:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a27296f
dev-python/pytest-fixture-config: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index d848cde95a3..d437a78d041 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -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}]