From 6548d01cf3e6bd8110f596ae6e7c6e361603f6a0 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 24 Oct 2023 18:50:22 +0200 Subject: dev-python/pendulum: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pendulum/pendulum-2.1.2-r2.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'dev-python/pendulum') diff --git a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild index 92ab23647da8..dcc1239b8504 100644 --- a/dev-python/pendulum/pendulum-2.1.2-r2.ebuild +++ b/dev-python/pendulum/pendulum-2.1.2-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 @@ -39,4 +39,10 @@ BDEPEND=" ) " +EPYTEST_DESELECT=( + # sigh + tests/datetime/test_behavior.py::test_proper_dst + tests/tz/test_timezone.py::test_dst +) + distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad