1
0
forked from tribes/guix

gnu: python-robotframework-pythonlibcore: Fix tests.

* gnu/packages/python-xyz.scm (python-robotframework-pythonlibcore):
[native-inputs]: Add python-pytest-cov and explain why.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-05-06 15:38:44 +02:00
committed by Sharlatan Hellseher
parent 2144214000
commit b5e2b1a2a0
+1
View File
@@ -10514,6 +10514,7 @@ SFTP. It has the following main usages:
(native-inputs
(list python-approvaltests
python-pytest
python-pytest-cov ; This package has a custom way to run tests.
python-pytest-mockito
python-robotframework
python-setuptools))