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

commit f7d4369046222aa9b5d92b81e03745f5d186959a
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 043db6afa8..4ca31cfa29 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 ddbe8b1937..cdfb16bdcd 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -817,7 +817,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 e9bc49adba..56bd421fd4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7420,7 +7420,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