mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-conda-inject: Switch off tests.
* gnu/packages/package-management.scm (python-conda-inject): Disable tests as they expect configured Conda environment to run. [native-inptus]: Remove python-pytest. Change-Id: I5372a3234b567f305449a645c60b87098f8d89ac
This commit is contained in:
parent
6c09bf9434
commit
621b018d99
1 changed files with 3 additions and 2 deletions
|
@ -1137,9 +1137,10 @@ environments.")
|
|||
(sha256
|
||||
(base32 "1aig9l676wc2sjb20y7rdqf0hfcfjhh92yfiy82mf7kfnv7rp3rk"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; tests require setting up Conda
|
||||
(native-inputs
|
||||
(list python-poetry-core
|
||||
python-pytest))
|
||||
(list python-poetry-core))
|
||||
(propagated-inputs
|
||||
(list python-pyyaml))
|
||||
(home-page "https://github.com/koesterlab/conda-inject")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue