diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-10-04 17:30:36 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-10-04 17:35:00 +0200 |
| commit | b5be568d22f3a009862f94c3bf7ac085ee640df5 (patch) | |
| tree | ad3421e861ba895e427b1582ae945579b940e639 /dev-python/openapi-core | |
| parent | b2eefcff5925fc5e91846447180878db0cf3e013 (diff) | |
dev-python/openapi-core: Use EPYTEST_PLUGINS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/openapi-core')
| -rw-r--r-- | dev-python/openapi-core/openapi-core-0.19.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/openapi-core/openapi-core-0.19.5-r1.ebuild b/dev-python/openapi-core/openapi-core-0.19.5-r1.ebuild index 45c6dd0993c0..596c3db0e318 100644 --- a/dev-python/openapi-core/openapi-core-0.19.5-r1.ebuild +++ b/dev-python/openapi-core/openapi-core-0.19.5-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 pypi @@ -41,7 +41,6 @@ BDEPEND=" >=dev-python/aioitertools-0.11.0[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] >=dev-python/httpx-0.24.0[${PYTHON_USEDEP}] - >=dev-python/pytest-aiohttp-1.0.4[${PYTHON_USEDEP}] dev-python/responses[${PYTHON_USEDEP}] >=dev-python/starlette-0.26.1[${PYTHON_USEDEP}] dev-python/strict-rfc3339[${PYTHON_USEDEP}] @@ -49,6 +48,7 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=( pytest-{aiohttp,asyncio} ) distutils_enable_tests pytest EPYTEST_IGNORE=( |
