commit: 2fa63f232bd267a47055cbb0ce024d3b03929c39 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 3 12:37:38 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 3 12:37:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa63f23
app-shells/bash-completion: add pytest-forked test dep I'm actually wondering if I'm forgetting something here, because I was convinced pytest-forked or something merged into pytest-xdist...? Closes: https://bugs.gentoo.org/931131 Signed-off-by: Sam James <sam <AT> gentoo.org> app-shells/bash-completion/bash-completion-2.13.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-shells/bash-completion/bash-completion-2.13.0-r1.ebuild b/app-shells/bash-completion/bash-completion-2.13.0-r1.ebuild index 19a8ed2ada9a..49356d7680a3 100644 --- a/app-shells/bash-completion/bash-completion-2.13.0-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-2.13.0-r1.ebuild @@ -36,6 +36,7 @@ BDEPEND=" $(python_gen_any_dep ' dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-forked[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] ') ) @@ -78,6 +79,7 @@ strip_completions() { python_check_deps() { python_has_version "dev-python/pexpect[${PYTHON_USEDEP}]" && python_has_version "dev-python/pytest[${PYTHON_USEDEP}]" && + python_has_version "dev-python/pytest-forked[${PYTHON_USEDEP}]" && python_has_version "dev-python/pytest-xdist[${PYTHON_USEDEP}]" }
