summaryrefslogtreecommitdiff
path: root/dev-python/pytest-steps
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-05 07:17:23 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-05 07:17:23 +0000
commit883618fc7f52a9a37d002ebfe939cced8069fd2b (patch)
tree9def9e3d419f95066333cdb3c4ea9aab5e841dab /dev-python/pytest-steps
parent01e21e5e09bfbb2664a799314228bc074ffd2974 (diff)
downloadbaldeagleos-repo-883618fc7f52a9a37d002ebfe939cced8069fd2b.tar.gz
baldeagleos-repo-883618fc7f52a9a37d002ebfe939cced8069fd2b.tar.xz
baldeagleos-repo-883618fc7f52a9a37d002ebfe939cced8069fd2b.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-steps')
-rw-r--r--dev-python/pytest-steps/pytest-steps-1.8.0.ebuild15
1 files changed, 9 insertions, 6 deletions
diff --git a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
index 449ac76dcdc5..29f007459ec3 100644
--- a/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
+++ b/dev-python/pytest-steps/pytest-steps-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2025 Gentoo Authors
+# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,10 @@ DOCS_DEPEND="dev-python/mkdocs-material"
inherit distutils-r1 docs pypi
DESCRIPTION="Create step-wise / incremental tests in pytest"
-HOMEPAGE="https://pypi.org/project/pytest-steps/ https://github.com/smarie/python-pytest-steps"
+HOMEPAGE="
+ https://pypi.org/project/pytest-steps/
+ https://github.com/smarie/python-pytest-steps
+"
LICENSE="BSD"
SLOT="0"
@@ -28,14 +31,14 @@ BDEPEND="
test? (
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/pytest-cases[${PYTHON_USEDEP}]
- dev-python/pytest-harvest[${PYTHON_USEDEP}]
dev-python/tabulate[${PYTHON_USEDEP}]
)
"
PATCHES=( "${FILESDIR}/${P}-strict-mkdocs.patch" )
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+EPYTEST_PLUGINS=( ${PN} pytest-cases pytest-harvest pytest-xdist )
EPYTEST_DESELECT=(
# tests fail with recent Pandas
pytest_steps/tests/test_docs_example_with_harvest.py::test_synthesis_df
@@ -44,9 +47,9 @@ EPYTEST_DESELECT=(
distutils_enable_tests pytest
-python_prepare_all() {
+src_prepare() {
sed "/pytest-runner/d" -i setup.cfg || die
- distutils-r1_python_prepare_all
+ distutils-r1_src_prepare
}
python_compile_all() {