diff --git a/dev-python/reflink/reflink-0.2.2.ebuild b/dev-python/reflink/reflink-0.2.2.ebuild index 5934b49d9382c..72817c95dd8ea 100644 --- a/dev-python/reflink/reflink-0.2.2.ebuild +++ b/dev-python/reflink/reflink-0.2.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 2019-2024 Gentoo Authors +# Copyright 2019-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 pypi @@ -36,6 +36,7 @@ BDEPEND=" " distutils_enable_sphinx docs +EPYTEST_PLUGINS=() distutils_enable_tests pytest src_prepare() { @@ -50,7 +51,6 @@ src_test() { rm -rf reflink || die - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 addwrite /dev distutils-r1_src_test }