commit: 0e684d964b394476d1de886d62ff70806e98ebe8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Mar 14 22:14:49 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Mar 14 22:39:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e684d96
dev-python/watchgod: Add test dep on trio Closes: https://bugs.gentoo.org/835155 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/watchgod/watchgod-0.8.ebuild | 1 + 1 file changed, 1 insertion(+) 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}] ) "
