diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-14 23:14:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-14 23:39:52 +0100 |
commit | 0e684d964b394476d1de886d62ff70806e98ebe8 (patch) | |
tree | 347e57d8dd8d7bef3b0eee5a93e4c887b18bc418 /dev-python/watchgod | |
parent | dev-python/moto: Bump to 3.1.0 (diff) | |
download | gentoo-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.ebuild | 1 |
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}] ) " |