guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit bdbaab5283b7ac207650e36358ecd0a67cf2fed7
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Mar 16 17:30:42 2026 +0100

    gnu: packages: Remove python-pytest-html native-input.
    
    * gnu/packages/check.scm (behave)[native-inputs]: Remove
    python-pytest-html.
    * gnu/packages/python-check.scm (python-cucumber-tag-expressions):
    Likewise.
    * gnu/packages/python-xyz.scm (python-parse-type): Likewise.
    
    Change-Id: Ic6369532bb9846d81718deeb3a63f35e2609f4ac
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/check.scm        | 1 -
 gnu/packages/python-check.scm | 1 -
 gnu/packages/python-xyz.scm   | 1 -
 3 files changed, 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index cb802b454e..7a14e60629 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -3074,7 +3074,6 @@ possible to write plugins to add your own checks.")
            python-path
            python-pyhamcrest
            python-pytest
-           python-pytest-html
            python-setuptools))
     (propagated-inputs
      (list python-colorama
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index ca2858a613..c56bde0c1b 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -843,7 +843,6 @@ intuitive syntax.")
     (native-inputs
      (list python-path
            python-pytest
-           python-pytest-html
            python-pyyaml
            python-setuptools
            python-setuptools-scm))
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d9681e0d64..5ee2eb402a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7454,7 +7454,6 @@ matplotlib plots or supply colors for a web application.")
     ;; tests: 332 passed, 2 skipped
     (native-inputs
      (list python-pytest
-           python-pytest-html
            python-setuptools
            python-setuptools-scm))
     (propagated-inputs

Reply via email to