mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-python/pytest-cases: enable py3.14
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Copyright 2022-2025 Gentoo Authors
|
# Copyright 2022-2026 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{11..13} )
|
PYTHON_COMPAT=( python3_{11..14} )
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
|
||||||
DOCS_BUILDER="mkdocs"
|
DOCS_BUILDER="mkdocs"
|
||||||
@@ -30,14 +30,10 @@ RDEPEND="
|
|||||||
dev-python/packaging[${PYTHON_USEDEP}]
|
dev-python/packaging[${PYTHON_USEDEP}]
|
||||||
dev-python/six[${PYTHON_USEDEP}]
|
dev-python/six[${PYTHON_USEDEP}]
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
|
||||||
dev-python/setuptools-scm[${PYTHON_USEDEP}]
|
|
||||||
test? (
|
EPYTEST_PLUGIN_LOAD_VIA_ENV=1
|
||||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
EPYTEST_PLUGINS=( ${PN} pytest-asyncio pytest-harvest pytest-steps pytest-xdist )
|
||||||
dev-python/pytest-harvest[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pytest-steps[${PYTHON_USEDEP}]
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
distutils_enable_tests pytest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user