From 474b583e7ab0e54947183060024fd4e7181cca28 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 24 Sep 2023 12:25:50 +0200 Subject: gnu: python-django-4.2: Simpler unittest skip. * gnu/packages/django.scm (python-django-4.2): Simpler unittest skip. Signed-off-by: jgart --- gnu/packages/django.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/django.scm') diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index b70ad12a9b..4404c8368d 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -89,7 +89,7 @@ ;; harmless, so just ignore this test. (substitute* "tests/settings_tests/tests.py" ((".*def test_incorrect_timezone.*" all) - (string-append " @unittest.skipIf(True, 'Disabled by Guix')\n" + (string-append " @unittest.skip('Disabled by Guix')\n" all))))) (replace 'check (lambda* (#:key tests? test-flags #:allow-other-keys) -- cgit v1.2.3
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-23tests: nfs: Fix nfs-root-fs test....Mathieu Othacehe
2021-09-26tests: Reduce boilerplate for users of 'system-test-runner'....Ludovic Courtès
2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer