mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
8f8aa5cf58
commit
c788962bae
1 changed files with 5 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue