summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2023-10-09 14:27:21 +0300
committerMichał Górny <mgorny@gentoo.org>2023-10-10 07:10:17 +0200
commit5d2a39c06160c7f0e97da64ff3b29cded3b6f07c (patch)
treecec57c47ef226dbb54de73cf688ff54ea62d73ab /dev-python/pytest-cov
parentdev-python/pytest-cov: deselect problematic subprocess tests (diff)
downloadgentoo-5d2a39c06160c7f0e97da64ff3b29cded3b6f07c.tar.gz
gentoo-5d2a39c06160c7f0e97da64ff3b29cded3b6f07c.tar.bz2
gentoo-5d2a39c06160c7f0e97da64ff3b29cded3b6f07c.zip
dev-python/pytest-cov: enable py3.12
Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33250 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-cov')
-rw-r--r--dev-python/pytest-cov/pytest-cov-4.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild b/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild
index c9fde07cf848..e6f8aca4af0d 100644
--- a/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-4.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi