commit:     f11cbba9d2fa77ad53c9efdc400d8fd43c03b8c9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 17:00:56 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 17:09:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11cbba9

dev-python/pslab-python: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pslab-python/pslab-python-2.5.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/pslab-python/pslab-python-2.5.0.ebuild 
b/dev-python/pslab-python/pslab-python-2.5.0.ebuild
index 7af65721053b..f01e7c9a4198 100644
--- a/dev-python/pslab-python/pslab-python-2.5.0.ebuild
+++ b/dev-python/pslab-python/pslab-python-2.5.0.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
@@ -38,11 +38,10 @@ PATCHES=(
        "${FILESDIR}"/${PN}-2.5.0-ad9833_sys_version.patch
 )
 
-# Flaky in 2.5.0
 EPYTEST_DESELECT=(
+       # Flaky in 2.5.0
        tests/test_logic_analyzer.py::test_stop
 )
 
-distutils_enable_tests pytest
-
 distutils_enable_sphinx docs dev-python/recommonmark
+distutils_enable_tests pytest

Reply via email to