mbakke pushed a commit to branch master
in repository guix.

commit a2c0dbb84a5537a0f9edb67dd20af3c7fe773aea
Author: Marius Bakke <[email protected]>
AuthorDate: Tue Sep 22 18:23:26 2020 +0200

    gnu: python-hyperkitty: Enable previously failing test.
    
    * gnu/packages/mail.scm (python-hyperkitty)[arguments]: Remove substitution.
---
 gnu/packages/mail.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 2f26cf0..fcdefbb 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3109,10 +3109,6 @@ which sends emails to HyperKitty, the official Mailman3 
web archiver.")
        (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"))))))

Reply via email to