commit: 970fcc02e22d7ff1fb19c8a0fe571ad38cdb0748 Author: jinqiang zhang <peeweep <AT> 0x0 <DOT> ee> AuthorDate: Wed Mar 8 03:54:24 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Mar 8 14:01:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970fcc02
dev-python/notebook_shim: add dev-python/pytest_jupyter test depend Closes: https://bugs.gentoo.org/900222 Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee> Closes: https://github.com/gentoo/gentoo/pull/29986 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild b/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild index 11d010468f12..7706ee8942a3 100644 --- a/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild +++ b/dev-python/notebook_shim/notebook_shim-0.2.2-r1.ebuild @@ -27,6 +27,7 @@ RDEPEND=" BDEPEND=" test? ( dev-python/pytest-tornasync[${PYTHON_USEDEP}] + dev-python/pytest_jupyter[${PYTHON_USEDEP}] ) "
