guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4ff269d1a92bed17268bb29bf7f69d0676e1f7fd
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 25 11:37:54 2025 +0100
gnu: python-docstring-to-markdown: Remove uneeded native-inputs.
* gnu/packages/python-xyz.scm (python-docstring-to-markdown)
[arguments]: Remove field.
Change-Id: I7790a8a12ab60f366b6a7af9a53aca6208e19eee
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 8 --------
1 file changed, 8 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ef69e4ee40..de77a4ceec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3737,14 +3737,6 @@ variables into the markdown template.")
(sha256
(base32 "0gdpabnyl1kyy0cjrnph6xl4fyhgim50a1amsaqq3hahki6i2ip1"))))
(build-system pyproject-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'reduce-test-coverage-since-failing
- (lambda _
- (substitute* "setup.cfg"
- (("(^.*cov.*$|^.*flake8.*$)") "")))))))
(native-inputs
(list python-pytest
python-setuptools))