summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-28 10:49:21 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-28 11:40:56 +0200
commitd228139106addc87dd307d3d159d38936c1303f7 (patch)
treeb03a8c59004606d7c83c1510c958138bb717a5c9 /dev-python/transitions
parentdev-python/pytest-order: Enable py3.13 (diff)
downloadgentoo-d228139106addc87dd307d3d159d38936c1303f7.tar.gz
gentoo-d228139106addc87dd307d3d159d38936c1303f7.tar.bz2
gentoo-d228139106addc87dd307d3d159d38936c1303f7.zip
dev-python/transitions: Add a hack removal check
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/transitions')
-rw-r--r--dev-python/transitions/transitions-0.9.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/transitions/transitions-0.9.1.ebuild b/dev-python/transitions/transitions-0.9.1.ebuild
index eadff084d9b8..dcb1e83aaf4e 100644
--- a/dev-python/transitions/transitions-0.9.1.ebuild
+++ b/dev-python/transitions/transitions-0.9.1.ebuild
@@ -40,6 +40,7 @@ src_prepare() {
distutils-r1_src_prepare
# magic to ignore async tests sometimes, breaks EPYTEST_IGNORE
+ [[ ${PV} != 0.9.1 ]] && die "Remove this hack"
rm conftest.py || die
}