GNU bug report logs -
#70858
[PATCH 00/32] python-team: Remove native inputs
Previous Next
Full log
Message #427 received at 70858 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-docstring-to-markdown)
[native-inputs]: Remove python-pytest-cov, python-pytest-flake8.
[arguments]: Remove field.
---
gnu/packages/python-xyz.scm | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c0f047aebc..c4c174bbbe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1836,18 +1836,8 @@ (define-public python-docstring-to-markdown
(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-pytest-cov
- python-pytest-flake8
python-setuptools
python-wheel))
(home-page "https://github.com/python-lsp/docstring-to-markdown")
--
2.48.1
This bug report was last modified 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.