jgart pushed a commit to branch master
in repository guix.

commit 474b583e7ab0e54947183060024fd4e7181cca28
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Sep 24 12:25:50 2023 +0200

    gnu: python-django-4.2: Simpler unittest skip.
    
    * gnu/packages/django.scm (python-django-4.2): Simpler unittest skip.
    
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/django.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)

Reply via email to