dev-python/pytest-*: force <pytest-8 for now

Closes: https://bugs.gentoo.org/923330
Closes: https://bugs.gentoo.org/923331
Closes: https://bugs.gentoo.org/923332
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-01-30 21:21:04 +09:00
parent 07d9e59528
commit fb418d595e
3 changed files with 6 additions and 0 deletions

View File

@@ -23,11 +23,13 @@ RDEPEND="
>=dev-python/makefun-1.5[${PYTHON_USEDEP}]
dev-python/wrapt[${PYTHON_USEDEP}]
"
# https://github.com/smarie/python-pytest-cases/issues/330
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
<dev-python/pytest-8[${PYTHON_USEDEP}]
dev-python/pytest-cases[${PYTHON_USEDEP}]
dev-python/pytest-harvest[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]