gnu: khal: Disable another test.

Normally we shouldn't disable tests just because they fail.  However,
since the recent glibc update, it's not possible to keep using an old
khal, because khal requires locales to be set up properly.

* gnu/packages/calendar.scm (khal)[arguments]: Disable a failing test.
This commit is contained in:
Leo Famulari 2018-12-05 00:10:11 -05:00
parent 4b193da3f9
commit 3a2627b83c
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -128,7 +128,9 @@ (define-public khal
;; running in a TTY:
;; https://github.com/pimutils/khal/issues/683
"not test_printics_read_from_stdin "
"and not test_import_from_stdin")))))))
"and not test_import_from_stdin "
;; https://github.com/pimutils/khal/issues/825
"and not test_description_and_location_and_categories")))))))
(native-inputs
`(("python-pytest" ,python-pytest)
("python-pytest-cov" ,python-pytest-cov)