mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: python-hyperkitty: Enable previously failing test.
* gnu/packages/mail.scm (python-hyperkitty)[arguments]: Remove substitution.
This commit is contained in:
parent
37c24c0bd0
commit
a2c0dbb84a
1 changed files with 0 additions and 4 deletions
|
@ -3109,10 +3109,6 @@ (define-public python-hyperkitty
|
|||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
;; It is unclear why this test fails.
|
||||
(substitute* "hyperkitty/tests/commands/test_import.py"
|
||||
(("def test_bad_content_type_part_two")
|
||||
"@SkipTest\n def test_bad_content_type_part_two"))
|
||||
(setenv "PYTHONPATH" (string-append ".:" (getenv "PYTHONPATH")))
|
||||
(invoke "example_project/manage.py" "test"
|
||||
"--settings=hyperkitty.tests.settings_test"))))))
|
||||
|
|
Loading…
Reference in a new issue