commit: fb418d595e2ef4f05b7a21c473cdbaa0093bdcaf Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> AuthorDate: Tue Jan 30 12:21:04 2024 +0000 Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com> CommitDate: Tue Jan 30 12:21:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb418d59
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 <AT> gmail.com> dev-python/pytest-cases/pytest-cases-3.8.2.ebuild | 2 ++ dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild | 2 ++ dev-python/pytest-steps/pytest-steps-1.8.0.ebuild | 2 ++ 3 files changed, 6 insertions(+) diff --git a/dev-python/pytest-cases/pytest-cases-3.8.2.ebuild b/dev-python/pytest-cases/pytest-cases-3.8.2.ebuild index 7d635e99d4..48fc153a4d 100644 --- a/dev-python/pytest-cases/pytest-cases-3.8.2.ebuild +++ b/dev-python/pytest-cases/pytest-cases-3.8.2.ebuild @@ -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}] diff --git a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild index 293c2e1d4c..505a08ccb2 100644 --- a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild +++ b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild @@ -24,11 +24,13 @@ RDEPEND=" >=dev-python/makefun-1.5[${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/numpy[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] + <dev-python/pytest-8[${PYTHON_USEDEP}] dev-python/pytest-cases[${PYTHON_USEDEP}] dev-python/tabulate[${PYTHON_USEDEP}] ) diff --git a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild index 57301eca54..e62ca23f48 100644 --- a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild +++ b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild @@ -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}]
