guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: python-babel: Reinstate previously failing tests.


From: guix-commits
Subject: 03/03: gnu: python-babel: Reinstate previously failing tests.
Date: Sun, 18 Oct 2020 12:30:48 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 9e3a5ee417ea7fe9721be8804ff047e80c4f22ed
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 18 09:31:15 2020 -0400

    gnu: python-babel: Reinstate previously failing tests.
    
    * gnu/packages/python-xyz.scm (python-babel)[arguments]: Remove field.
    [home-page]: Use HTTPS.
---
 gnu/packages/python-xyz.scm | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 30ef4fc..b11080b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -639,18 +639,7 @@ by @code{binstar}, @code{binstar-build}, and 
@code{chalmers}.")
        ("python-pytest" ,python-pytest)))
     (propagated-inputs
      `(("python-pytz" ,python-pytz)))
-    (arguments
-     `(#:phases (modify-phases %standard-phases
-                  (replace 'check
-                    (lambda _
-                      (invoke "pytest" "-vv" "-k"
-                              (string-append
-                               ;; XXX: These tests fail when using Pytest 4.x 
and
-                               ;; Babel 2.6.0.  Try removing this for later 
versions.
-                               "not 
test_no_inherit_metazone_marker_never_in_output"
-                               " and not test_smoke_dates"
-                               " and not test_smoke_numbers")))))))
-    (home-page "http://babel.pocoo.org/";)
+    (home-page "https://babel.pocoo.org/";)
     (synopsis
      "Tools for internationalizing Python applications")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]