summaryrefslogtreecommitdiff
path: root/dev-python/sphobjinv
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-09-07 17:57:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-09-07 17:57:44 +0000
commit1bc15ae64b5672259525c9cc8488de3db2c4799e (patch)
tree91dfdc27e74a9a22dcfceecfd2688c50c2b46637 /dev-python/sphobjinv
parentdec48510db2d47fcd376263132c9362cc6aa66a9 (diff)
downloadbaldeagleos-repo-1bc15ae64b5672259525c9cc8488de3db2c4799e.tar.gz
baldeagleos-repo-1bc15ae64b5672259525c9cc8488de3db2c4799e.tar.xz
baldeagleos-repo-1bc15ae64b5672259525c9cc8488de3db2c4799e.zip
Adding metadata
Diffstat (limited to 'dev-python/sphobjinv')
-rw-r--r--dev-python/sphobjinv/sphobjinv-2.3.1.3.ebuild10
1 files changed, 1 insertions, 9 deletions
diff --git a/dev-python/sphobjinv/sphobjinv-2.3.1.3.ebuild b/dev-python/sphobjinv/sphobjinv-2.3.1.3.ebuild
index 63c6d3db934f..d73c229c463c 100644
--- a/dev-python/sphobjinv/sphobjinv-2.3.1.3.ebuild
+++ b/dev-python/sphobjinv/sphobjinv-2.3.1.3.ebuild
@@ -31,15 +31,12 @@ RDEPEND="
BDEPEND="
test? (
dev-python/dictdiffer[${PYTHON_USEDEP}]
- dev-python/pytest-check[${PYTHON_USEDEP}]
- dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
- dev-python/pytest-timeout[${PYTHON_USEDEP}]
>=dev-python/stdio-mgr-1.0.1[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
- dev-python/timeout-decorator[${PYTHON_USEDEP}]
)
"
+EPYTEST_PLUGINS=( pytest-{check,rerunfailures,timeout} )
distutils_enable_tests pytest
EPYTEST_DESELECT=(
@@ -57,8 +54,3 @@ src_prepare() {
distutils-r1_src_prepare
}
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest -p check -p rerunfailures -p timeout
-}