[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/57: gnu: python-hyperkitty: Enable previously failing test.
From: |
guix-commits |
Subject: |
57/57: gnu: python-hyperkitty: Enable previously failing test. |
Date: |
Tue, 22 Sep 2020 12:43:45 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit a2c0dbb84a5537a0f9edb67dd20af3c7fe773aea
Author: Marius Bakke <marius@gnu.org>
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"))))))
- 06/57: gnu: python-django: Propagate python-sqlparse., (continued)
- 06/57: gnu: python-django: Propagate python-sqlparse., guix-commits, 2020/09/22
- 11/57: gnu: python-django-taggit: Update to 1.3.0., guix-commits, 2020/09/22
- 24/57: gnu: python-django-picklefield: Update to 3.0.1., guix-commits, 2020/09/22
- 47/57: gnu: Add python-jsonplus., guix-commits, 2020/09/22
- 16/57: gnu: Add python-css-html-js-minify., guix-commits, 2020/09/22
- 28/57: gnu: python-django-redis: Update to 4.12.1., guix-commits, 2020/09/22
- 34/57: gnu: python-django-q: Update to 1.3.3., guix-commits, 2020/09/22
- 32/57: gnu: Add python-rq-scheduler., guix-commits, 2020/09/22
- 37/57: gnu: python-django-statici18n: Update to 1.9.0., guix-commits, 2020/09/22
- 45/57: gnu: Add python-django-netfields., guix-commits, 2020/09/22
- 57/57: gnu: python-hyperkitty: Enable previously failing test.,
guix-commits <=
- 21/57: gnu: python-webassets: Update to 2.0., guix-commits, 2020/09/22
- 30/57: gnu: python-rq: Update to 1.5.1., guix-commits, 2020/09/22
- 39/57: gnu: python-django-override-storage: Update to 0.3.0., guix-commits, 2020/09/22
- 35/57: gnu: python-django-sortedm2m: Update to 3.0.2., guix-commits, 2020/09/22
- 36/57: gnu: python-django-appconf: Update to 1.0.4., guix-commits, 2020/09/22
- 38/57: gnu: python-django-sekizai: Update to 2.0.0., guix-commits, 2020/09/22
- 41/57: gnu: Deprecate python-django-jsonfield., guix-commits, 2020/09/22
- 50/57: gnu: Remove python-django-overextends., guix-commits, 2020/09/22
- 49/57: gnu: Add python-django-url-filter., guix-commits, 2020/09/22
- 53/57: gnu: Remove python2-mysqlclient., guix-commits, 2020/09/22