dev-python/pytest-steps: enable py3.12

Closes: https://bugs.gentoo.org/888869
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-01-26 17:20:07 +09:00
parent 7c99903a64
commit 1037208610
2 changed files with 24 additions and 3 deletions

View File

@@ -1,15 +1,14 @@
# Copyright 2022-2023 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
DOCS_BUILDER="mkdocs"
DOCS_DEPEND="dev-python/mkdocs-material"
DOCS_DIR="docs"
inherit distutils-r1 docs pypi
@@ -35,6 +34,8 @@ BDEPEND="
)
"
PATCHES=( "${FILESDIR}/${P}-strict-mkdocs.patch" )
EPYTEST_DESELECT=(
# tests fail with recent Pandas
pytest_steps/tests/test_docs_example_with_harvest.py::test_synthesis_df