1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 18:20:32 +02:00

gnu: python-anytree: Remove coverage inputs.

* gnu/packages/python-xyz.scm (python-anytree)[native-inputs]:
Remove python-pytest-cov.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-10-28 23:44:23 +01:00
committed by Sharlatan Hellseher
parent f91a937c98
commit 08538ba60e

View File

@@ -9484,7 +9484,6 @@ alternative representations which do not require this package.")
(list graphviz ;for 'dot'
python-pdm-backend
python-pytest
python-pytest-cov
python-pyyaml
python-test2ref))
(home-page "https://github.com/c0fec0de/anytree")