guix-commits
[Top][All Lists]
Advanced

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

07/18: gnu: python-flask-restx: Skip networking dependent test.


From: guix-commits
Subject: 07/18: gnu: python-flask-restx: Skip networking dependent test.
Date: Tue, 7 Jun 2022 09:18:39 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8df6117b781d426a565dde64208b9a20987a4762
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jun 6 16:11:50 2022 -0400

    gnu: python-flask-restx: Skip networking dependent test.
    
    * gnu/packages/python-web.scm (python-flask-restx)
    [phases]{check}: Skip the 'test_redirect' test.
---
 gnu/packages/python-web.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 80ed6a27b1..06a0d2593b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5869,8 +5869,10 @@ based on filters.")
            (lambda _
              (invoke "pytest" "--benchmark-skip" "-k"
                      ;; Those tests need internet access
-                     "not test_check and not test_valid_value_check \
-and not test_override_app_level"))))))
+                     (string-join
+                      '("not test_check and not test_valid_value_check \
+and not test_override_app_level"
+                        "not test_redirect") " and ")))))))
     (home-page "https://github.com/python-restx/flask-restx";)
     (synopsis
      "Framework for fast, easy and documented API development with Flask")



reply via email to

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