summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-10-21 22:27:27 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2025-10-21 22:27:27 +0300
commitbc7bd5e24f1aed7ca836ce086ca18599b5b5bba3 (patch)
treecbd7a0846c61655af23708bd4bcab05423424493 /dev-python
parentefddb54790d35d46aa1a5db9250d2675bf9b3c41 (diff)
downloadgentoo-bc7bd5e24f1aed7ca836ce086ca18599b5b5bba3.tar.gz
gentoo-bc7bd5e24f1aed7ca836ce086ca18599b5b5bba3.tar.bz2
gentoo-bc7bd5e24f1aed7ca836ce086ca18599b5b5bba3.zip
dev-python/oslo-config: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/oslo-config/oslo-config-10.0.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/oslo-config/oslo-config-10.0.0.ebuild b/dev-python/oslo-config/oslo-config-10.0.0.ebuild
index 507b0396188d..8cd2d342761a 100644
--- a/dev-python/oslo-config/oslo-config-10.0.0.ebuild
+++ b/dev-python/oslo-config/oslo-config-10.0.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=pbr
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
@@ -45,8 +45,9 @@ distutils_enable_tests unittest
src_prepare() {
# broken by some dep upgrade
- sed -i -e '/DeprecationWarningTestsNoOsloLog/,$d' \
- oslo_config/tests/test_cfg.py || di
+ sed -i oslo_config/tests/test_cfg.py \
+ -e '/DeprecationWarningTestsNoOsloLog/,$d' \
+ -e 's/test_sub_command_multiple/_&/' || die
distutils-r1_src_prepare
}