guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0a0f1e30a85ffda9f606cf07c3747656d8c37d8a
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sat Sep 27 21:45:07 2025 +0100

    gnu: python-mathics-pygments: Fix tests.
    
    * gnu/packages/maths.scm (python-mathics-pygments)[native-inputs]:
    Remove python-wheel; add python-pytest.
    
    Change-Id: I01471fd8835c7cbc21fae497bedb177a1230eae1
---
 gnu/packages/maths.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1cd0865263..82d878592a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -11316,8 +11316,12 @@ the Wolfram language.")
        (sha256
         (base32 "1iagdic8f0yjx01kdds40jfcxcpdbrd3i0ywydl01dhyyvd2yjk9"))))
     (build-system pyproject-build-system)
-    (propagated-inputs (list python-mathics-scanner python-pygments))
-    (native-inputs (list python-setuptools python-wheel))
+    (native-inputs
+     (list python-pytest
+           python-setuptools))
+    (propagated-inputs
+     (list python-mathics-scanner
+           python-pygments))
     (home-page "http://github.com/Mathics3/mathics-pygments/";)
     (synopsis "Wolfram language lexer for Pygments")
     (description "This package provides a Wolfram language lexer for 
Pygments.")

Reply via email to