guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 875a33376c75ec737162a31a6253ea9b651b8a01
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 21 17:33:27 2025 +0100

    gnu: python-django-configurations: Skip one test.
    
    * gnu/packages/django.scm (python-django-configurations)[arguments]
    <phases>: Add sip-bad-test.
    
    Change-Id: I27fcddd704c17abbab3f35e59c82a5dd342f4d1b
---
 gnu/packages/django.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 71ff22564e..ab6f6209ac 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -268,6 +268,10 @@ with a @var{CACHE_URL} environment variable.")
     (arguments
      (list #:phases
            #~(modify-phases %standard-phases
+               (add-after 'unpack 'skip-bad-test
+                 (lambda _
+                   (substitute* "tests/test_values.py"
+                     (("test_database_url_value") 
"_test_database_url_value"))))
                (replace 'check
                  (lambda* (#:key tests? #:allow-other-keys)
                    (when tests?

Reply via email to