gnu: python-hyperkitty: Enable previously failing test.

* gnu/packages/mail.scm (python-hyperkitty)[arguments]: Remove substitution.
This commit is contained in:
Marius Bakke 2020-09-22 18:23:26 +02:00
parent 37c24c0bd0
commit a2c0dbb84a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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"))))))