From 092c8f0bee28da7e426bd12abf9919b8459ef84f Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Sat, 28 Mar 2026 07:14:12 +0000 Subject: Adding metadata --- dev-python/makefun/makefun-1.16.0.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'dev-python/makefun') 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 } -- cgit v1.3.1