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 @@ which sends emails to HyperKitty, the official Mailman3 web archiver.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(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")))
|
(setenv "PYTHONPATH" (string-append ".:" (getenv "PYTHONPATH")))
|
||||||
(invoke "example_project/manage.py" "test"
|
(invoke "example_project/manage.py" "test"
|
||||||
"--settings=hyperkitty.tests.settings_test"))))))
|
"--settings=hyperkitty.tests.settings_test"))))))
|
||||||
|
|
Reference in a new issue