From b2eefcff5925fc5e91846447180878db0cf3e013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Oct 2025 17:26:05 +0200 Subject: [PATCH] dev-python/pkginfo: Enable py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pkginfo/pkginfo-1.12.1.2.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild b/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild index a8e6c43141ead..8c7f7a176a7cf 100644 --- a/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild +++ b/dev-python/pkginfo/pkginfo-1.12.1.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 pypi @@ -24,5 +24,12 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest distutils_enable_sphinx docs + +EPYTEST_DESELECT=( + # fragile to Core Metadata version changing in setuptools + # https://bugs.launchpad.net/pkginfo/+bug/2103804 (again) + pkginfo/tests/test_installed.py::test_installed_ctor_w_dist_info +)