commit:     9b53762753462c3d42eeca13fc6746474a70284f
Author:     Gabi Falk <gabifalk <AT> gmx <DOT> com>
AuthorDate: Tue Dec 17 04:45:00 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 10:42:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b537627

dev-python/nbclient: add missing pytest-rerunfailures bdepend for USE=test

Closes: https://bugs.gentoo.org/946569
Signed-off-by: Gabi Falk <gabifalk <AT> gmx.com>
Closes: https://github.com/gentoo/gentoo/pull/39748
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/nbclient/nbclient-0.10.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/nbclient/nbclient-0.10.1.ebuild 
b/dev-python/nbclient/nbclient-0.10.1.ebuild
index a889033b9b57..33919d855b04 100644
--- a/dev-python/nbclient/nbclient-0.10.1.ebuild
+++ b/dev-python/nbclient/nbclient-0.10.1.ebuild
@@ -33,6 +33,7 @@ BDEPEND="
                dev-python/ipywidgets[${PYTHON_USEDEP}]
                dev-python/nbconvert[${PYTHON_USEDEP}]
                dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+               dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
                dev-python/testpath[${PYTHON_USEDEP}]
                dev-python/xmltodict[${PYTHON_USEDEP}]
        )

Reply via email to