commit: 995653cbce28d9a7a3c9bff8606854449b8880b7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Nov 16 05:58:36 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 16 05:58:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995653cb
dev-python/jupyter_client: crank up test timeouts for older version too Bug: https://bugs.gentoo.org/811939 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/jupyter_client/jupyter_client-6.1.12.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild index 3bb49cf54dda..16a233430903 100644 --- a/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild +++ b/dev-python/jupyter_client/jupyter_client-6.1.12.ebuild @@ -30,6 +30,10 @@ BDEPEND=" dev-python/mock[${PYTHON_USEDEP}] )" +PATCHES=( + "${FILESDIR}"/${PN}-7.0.6-test-timeout.patch +) + distutils_enable_tests pytest python_test() {
