GNU bug report logs - #70858
[PATCH 00/32] python-team: Remove native inputs

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 10 May 2024 07:50:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 70858 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#70858] [PATCH v5 44/48] gnu: python-docstring-to-markdown: Remove uneeded native-inputs.
Date: Thu, 27 Feb 2025 15:27:45 +0100
* 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 a9f04d2886..58dcb3c896 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1837,18 +1837,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 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.