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
This commit is contained in:
Hilton Chain 2025-01-30 22:59:21 +08:00
parent 8f8aa5cf58
commit c788962bae
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -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))