summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-03-14 23:14:49 +0100
committerMichał Górny <mgorny@gentoo.org>2022-03-14 23:39:52 +0100
commit0e684d964b394476d1de886d62ff70806e98ebe8 (patch)
tree347e57d8dd8d7bef3b0eee5a93e4c887b18bc418 /dev-python/watchgod
parentdev-python/moto: Bump to 3.1.0 (diff)
downloadgentoo-0e684d964b394476d1de886d62ff70806e98ebe8.tar.gz
gentoo-0e684d964b394476d1de886d62ff70806e98ebe8.tar.bz2
gentoo-0e684d964b394476d1de886d62ff70806e98ebe8.zip
dev-python/watchgod: Add test dep on trio
Closes: https://bugs.gentoo.org/835155 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/watchgod')
-rw-r--r--dev-python/watchgod/watchgod-0.8.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/watchgod/watchgod-0.8.ebuild b/dev-python/watchgod/watchgod-0.8.ebuild
index 48ef705f8866..1326c01ccff9 100644
--- a/dev-python/watchgod/watchgod-0.8.ebuild
+++ b/dev-python/watchgod/watchgod-0.8.ebuild
@@ -28,6 +28,7 @@ BDEPEND="
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
dev-python/pytest-toolbox[${PYTHON_USEDEP}]
+ dev-python/trio[${PYTHON_USEDEP}]
)
"