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

@@ -31,9 +31,11 @@ RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
# https://github.com/smarie/python-pytest-cases/issues/330
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
<dev-python/pytest-8[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-harvest[${PYTHON_USEDEP}]
dev-python/pytest-steps[${PYTHON_USEDEP}]