From a8ea4053491644a49e2d75cd599dd2b489f4d3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Jan 2025 13:39:56 +0100 Subject: dev-python/uvicorn: Fix anyio test dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream seems to have an undeclared dependency on dev-python/anyio, instead of dev-python/pytest-asyncio. Signed-off-by: Michał Górny --- dev-python/uvicorn/uvicorn-0.34.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev-python') diff --git a/dev-python/uvicorn/uvicorn-0.34.0.ebuild b/dev-python/uvicorn/uvicorn-0.34.0.ebuild index 31fef8444d45..1dd5a37eed0e 100644 --- a/dev-python/uvicorn/uvicorn-0.34.0.ebuild +++ b/dev-python/uvicorn/uvicorn-0.34.0.ebuild @@ -36,9 +36,9 @@ RDEPEND=" BDEPEND=" test? ( dev-python/a2wsgi[${PYTHON_USEDEP}] + dev-python/anyio[${PYTHON_USEDEP}] >=dev-python/httptools-0.6.3[${PYTHON_USEDEP}] dev-python/httpx[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/python-dotenv[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] @@ -73,7 +73,8 @@ python_test() { ;; esac - epytest + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + epytest -p anyio -p pytest_mock } pkg_postinst() { -- cgit v1.2.3