hako pushed a commit to branch master
in repository guix.

commit c788962baeeb6bf021b30c9ad774d472f592fdb5
Author: Hilton Chain <[email protected]>
AuthorDate: Thu Jan 30 22:59:21 2025 +0800

    gnu: conda: Add missing dependency.
    
    * gnu/packages/package-management.scm (conda)[arguments]<#:test-flags>:
    Disable more tests failing on store path difference.
    [native-inputs]: Add python-pytest-cov.
    
    Change-Id: I836b0c3f493c5975a7923be422309442bc9248d4
---
 gnu/packages/package-management.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index ff05d15e73..2beb442451 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1214,7 +1214,10 @@ extracting, creating, and converting between formats.")
                 ;; Not sure if this is really wrong.  This fails because
                 ;; /gnu/store/...conda-22.9.0/bin/python
                 ;; is not /gnu/store/...python-wrapper-3.9.9/bin/python
-                "test_make_entry_point")
+                "test_make_entry_point"
+                "test_get_python_info" "test__get_python_info"
+                "test_install_conda_csh"
+                "test_install_conda_fish")
                " and not ")))
       #:phases
       #~(modify-phases %standard-phases
@@ -1292,6 +1295,7 @@ extracting, creating, and converting between formats.")
     (native-inputs
      (list python-coverage
            python-flaky
+           python-pytest-cov
            python-pytest-timeout
            python-pytest-xprocess
            python-wheel))

Reply via email to