summaryrefslogtreecommitdiff
path: root/app-shells/bash-completion
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-03 13:37:38 +0100
committerSam James <sam@gentoo.org>2024-05-03 13:37:38 +0100
commit2fa63f232bd267a47055cbb0ce024d3b03929c39 (patch)
tree8eb95fa7cbafa5f176d2626cf3d807ac18887fcf /app-shells/bash-completion
parent3502e4f637e92eedb871b5aab25aec6ea238308a (diff)
downloadgentoo-2fa63f232bd267a47055cbb0ce024d3b03929c39.tar.gz
gentoo-2fa63f232bd267a47055cbb0ce024d3b03929c39.tar.bz2
gentoo-2fa63f232bd267a47055cbb0ce024d3b03929c39.zip
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@gentoo.org>
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r--app-shells/bash-completion/bash-completion-2.13.0-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
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}]"
}