From e0b47879cad9396b70e8ece256831398dfdd538f Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 1 Apr 2020 18:16:40 +0200 Subject: [PATCH] dev-python/trio-asyncio: depend on pytest-trio for tests Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan --- dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild index ced6ad645a..20d6e40d31 100644 --- a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild +++ b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild @@ -26,6 +26,7 @@ RDEPEND=" " DEPEND="test? ( + dev-python/pytest-trio[${PYTHON_USEDEP}]