diff options
author | Sam James <sam@gentoo.org> | 2021-11-16 05:58:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-16 05:58:36 +0000 |
commit | 995653cbce28d9a7a3c9bff8606854449b8880b7 (patch) | |
tree | 37d5a37116878fe3a9469152a46176e1ff657525 /dev-python/jupyter_client | |
parent | sys-block/thin-provisioning-tools: Stabilize 0.9.0 ppc, #789885 (diff) | |
download | gentoo-995653cbce28d9a7a3c9bff8606854449b8880b7.tar.gz gentoo-995653cbce28d9a7a3c9bff8606854449b8880b7.tar.bz2 gentoo-995653cbce28d9a7a3c9bff8606854449b8880b7.zip |
dev-python/jupyter_client: crank up test timeouts for older version too
Bug: https://bugs.gentoo.org/811939
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_client')
-rw-r--r-- | dev-python/jupyter_client/jupyter_client-6.1.12.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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() { |