gnu: python-conda: Fix test suite.

* gnu/packages/package-management.scm (python-conda)[native-inputs]: Add
python-cytoolz.
master
Efraim Flashner 2019-01-13 12:29:35 +02:00
parent 82acd43cbd
commit e227f248a6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@
;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org> ;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -733,7 +734,8 @@ environments.")
(setenv "HOME" "/tmp") (setenv "HOME" "/tmp")
(zero? (system* "py.test"))))))) (zero? (system* "py.test")))))))
(native-inputs (native-inputs
`(("python-ruamel.yaml" ,python-ruamel.yaml) `(("python-cytoolz" ,python-cytoolz)
("python-ruamel.yaml" ,python-ruamel.yaml)
("python-requests" ,python-requests) ("python-requests" ,python-requests)
("python-pycosat" ,python-pycosat) ("python-pycosat" ,python-pycosat)
("python-pytest" ,python-pytest) ("python-pytest" ,python-pytest)