summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-25 21:40:43 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-25 21:43:08 +0100
commitd8e232e5ab15d1c484fd36d73552def6d4f9fb19 (patch)
tree1b2525425d1d1140564c355113a4dfc980b86b89 /dev-python/tqdm
parentdev-python/zope-schema: Bump to 6.0.1 (diff)
downloadgentoo-d8e232e5ab15d1c484fd36d73552def6d4f9fb19.tar.gz
gentoo-d8e232e5ab15d1c484fd36d73552def6d4f9fb19.tar.bz2
gentoo-d8e232e5ab15d1c484fd36d73552def6d4f9fb19.zip
dev-python/tqdm: Add a dep on pytest-timeout
Closes: https://bugs.gentoo.org/767193 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r--dev-python/tqdm/tqdm-4.56.0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/tqdm/tqdm-4.56.0.ebuild b/dev-python/tqdm/tqdm-4.56.0.ebuild
index 81b4fb498481..0bf4e4570b83 100644
--- a/dev-python/tqdm/tqdm-4.56.0.ebuild
+++ b/dev-python/tqdm/tqdm-4.56.0.ebuild
@@ -28,6 +28,7 @@ BDEPEND="
dev-python/toml[${PYTHON_USEDEP}]
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest