mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 10:33:28 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user