diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-05 19:24:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-05 19:24:51 +0100 |
commit | aaed878563271b90154c7ec4d679da31aad5a299 (patch) | |
tree | ccbface0500deb100136f9cebb92849c393d0cd9 /dev-python/pytest-mpl | |
parent | dev-python/vdirsyncer: Enable py3.12 (diff) | |
download | gentoo-aaed878563271b90154c7ec4d679da31aad5a299.tar.gz gentoo-aaed878563271b90154c7ec4d679da31aad5a299.tar.bz2 gentoo-aaed878563271b90154c7ec4d679da31aad5a299.zip |
dev-python/pytest-mpl: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-mpl')
-rw-r--r-- | dev-python/pytest-mpl/pytest-mpl-0.16.1.ebuild | 11 |
1 files changed, 1 insertions, 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 -} |