diff options
Diffstat (limited to 'dev-python/makefun')
| -rw-r--r-- | dev-python/makefun/makefun-1.16.0.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/makefun/makefun-1.16.0.ebuild b/dev-python/makefun/makefun-1.16.0.ebuild index ddb7a770c90c..3d4f78fb97b9 100644 --- a/dev-python/makefun/makefun-1.16.0.ebuild +++ b/dev-python/makefun/makefun-1.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,15 +19,13 @@ SLOT="0" KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" BDEPEND=" + dev-python/pkg-resources[${PYTHON_USEDEP}] dev-python/setuptools-scm[${PYTHON_USEDEP}] - test? ( - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - ) " +EPYTEST_PLUGINS=( pytest-asyncio ) distutils_enable_tests pytest python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -p asyncio --asyncio-mode=auto + epytest --asyncio-mode=auto } |
