commit: 16d84f62870effeaec8cba66f5dbe6b1633d7813
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 9 14:42:33 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 18:54:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d84f62
dev-python/fixtures: Add explicit IUSE=test
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/fixtures/fixtures-4.2.4_p1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/fixtures/fixtures-4.2.4_p1.ebuild
b/dev-python/fixtures/fixtures-4.2.4_p1.ebuild
index 42f0349afee1..bbbd009d2622 100644
--- a/dev-python/fixtures/fixtures-4.2.4_p1.ebuild
+++ b/dev-python/fixtures/fixtures-4.2.4_p1.ebuild
@@ -17,6 +17,8 @@ HOMEPAGE="
LICENSE="|| ( Apache-2.0 BSD )"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv
~s390 sparc x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]