dev-python/pytest-describe: Unpin dependencies

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-11-08 19:22:11 +01:00
parent c8d965f18d
commit 418bd457b5
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -20,10 +20,16 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
RDEPEND="
<dev-python/pytest-9[${PYTHON_USEDEP}]
>=dev-python/pytest-6[${PYTHON_USEDEP}]
"
EPYTEST_PLUGIN_LOAD_VIA_ENV=1
EPYTEST_PLUGINS=( "${PN}" )
distutils_enable_tests pytest
src_prepare() {
distutils-r1_src_prepare
# unpin dependencies
sed -i -e 's:,<[0-9]*::' pyproject.toml || die
}