From d9ec8de250ddc362ca4726cd6c055216b529177a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 30 Mar 2024 01:13:30 +0000 Subject: gentoo auto-resync : 30:03:2024 - 01:13:30 --- dev-python/respx/respx-0.21.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/respx/respx-0.21.1.ebuild') diff --git a/dev-python/respx/respx-0.21.1.ebuild b/dev-python/respx/respx-0.21.1.ebuild index 398d107c282b..33adcd176c16 100644 --- a/dev-python/respx/respx-0.21.1.ebuild +++ b/dev-python/respx/respx-0.21.1.ebuild @@ -31,6 +31,7 @@ BDEPEND=" test? ( dev-python/flask[${PYTHON_USEDEP}] dev-python/httpcore[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/starlette[${PYTHON_USEDEP}] dev-python/trio[${PYTHON_USEDEP}] ) @@ -39,5 +40,5 @@ BDEPEND=" distutils_enable_tests pytest python_test() { - epytest -p 'no:*' -o addopts= + epytest -p 'no:*' -p asyncio -o addopts= } -- cgit v1.2.3