summaryrefslogtreecommitdiff
path: root/dev-python/pytest-system-statistics
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-12 19:11:06 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-12 19:11:06 +0000
commit1a1f5db8827d7864f74b2f19b88aadd126b462d0 (patch)
tree1bb31895b92ab571db3841f81faf6632157225ca /dev-python/pytest-system-statistics
parent00756a7495ccc0455ef2adbeb2237a02f1aa2629 (diff)
downloadbaldeagleos-repo-1a1f5db8827d7864f74b2f19b88aadd126b462d0.tar.gz
baldeagleos-repo-1a1f5db8827d7864f74b2f19b88aadd126b462d0.tar.xz
baldeagleos-repo-1a1f5db8827d7864f74b2f19b88aadd126b462d0.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-system-statistics')
-rw-r--r--dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild b/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild
index aeda08a0b5e3..12486cc6f34d 100644
--- a/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild
+++ b/dev-python/pytest-system-statistics/pytest-system-statistics-1.0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ inherit distutils-r1
DESCRIPTION="Pytest Plugin Which Reports System Usage Statistics"
HOMEPAGE="
https://pypi.org/project/pytest-system-statistics/
- https://github.com/saltstack/pytest-system-statistics
+ https://github.com/saltstack/pytest-system-statistics/
"
SRC_URI="
https://github.com/saltstack/pytest-system-statistics/archive/${PV}.tar.gz
@@ -31,15 +31,14 @@ RDEPEND="
"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest-subtests[${PYTHON_USEDEP}]
- )
"
PATCHES=(
"${FILESDIR}/pytest-system-statistics-1.0.2-loader.patch"
)
+EPYTEST_PLUGINS=( "${PN}" pytest-subtests )
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
distutils_enable_tests pytest
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}