commit: 1d84033eab0b28eff85975f5b9c29deab6ef5457
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
AuthorDate: Sun Mar 30 09:39:54 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT>
de>
CommitDate: Wed Apr 2 10:54:36 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d84033e
dev-python/hist: enable tests
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
dev-python/hist/hist-2.8.1.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/hist/hist-2.8.1.ebuild
b/dev-python/hist/hist-2.8.1.ebuild
index 04160951e..8fcc1bc67 100644
--- a/dev-python/hist/hist-2.8.1.ebuild
+++ b/dev-python/hist/hist-2.8.1.ebuild
@@ -19,8 +19,10 @@ RDEPEND="
"
BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest-mpl[${PYTHON_USEDEP}]
+ sci-physics/mplhep[${PYTHON_USEDEP}]
+ )
"
-RESTRICT="test"
-# needs mplhep and dask_histogram ...
-#distutils_enable_tests pytest
+distutils_enable_tests pytest