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

commit 4b05bf49d0e40c9841a4e0b3b914c1f39d3a3968
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Mon Jul 13 23:12:12 2026 +0200

    gnu: python-euphonic: Update to 2.0.0.
    
    * gnu/packages/physics.scm (python-euphonic): Update to 2.0.0.
    [arguments]<#:test-flags>: Disable some tests.
    
    Merges: guix/guix!9909
---
 gnu/packages/physics.scm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/physics.scm b/gnu/packages/physics.scm
index a029164722..3e476fbd3b 100644
--- a/gnu/packages/physics.scm
+++ b/gnu/packages/physics.scm
@@ -1029,7 +1029,7 @@ conventions.")
 (define-public python-euphonic
   (package
     (name "python-euphonic")
-    (version "1.5.0")
+    (version "2.0.0")
     (source
      (origin
        (method git-fetch)
@@ -1038,10 +1038,19 @@ conventions.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18l5chzk6qhggxsgkqqidxx2nr4piziabvirw05v43kqm9awjfww"))))
+        (base32 "1w6rks3ipbv2dxw9kvypj2s185ysc4c3hlc6ym6x4wvr97gkx0id"))))
     (build-system pyproject-build-system)
     (arguments
      (list
+      #:test-flags
+      #~(list
+         "-k"
+         (string-append
+          ;; All these tests expect warnings that are not emitted.
+          "not test_calculate_dos_map and "
+          "not test_get_dispersion and not "
+          "test_calculate_sqw_map_with_0_inv_cm_bin_doesnt_emit_runtime_warn "
+          "and not test_get_qpt_labels "))
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'build 'fix-numpy-include

Reply via email to