commit:     aaed878563271b90154c7ec4d679da31aad5a299
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  5 18:24:51 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov  5 18:24:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaed8785

dev-python/pytest-mpl: Enable py3.12

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

 dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild 
b/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild
index 95e7bea1cd98..ab98dfa7bc28 100644
--- a/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild
+++ b/dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 
@@ -33,12 +33,3 @@ EPYTEST_DESELECT=(
 )
 
 distutils_enable_tests pytest
-
-python_test() {
-       # disable autoloading plugins in nested pytest calls
-       #local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       # since we disabled autoloading, force loading necessary plugins
-       #local -x PYTEST_PLUGINS=xdist.plugin,xdist.looponfail,pytest_forked
-
-       epytest
-}

Reply via email to