guix-commits
[Top][All Lists]
Advanced

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

100/103: gnu: python-webob: Disable tests.


From: guix-commits
Subject: 100/103: gnu: python-webob: Disable tests.
Date: Wed, 5 Jan 2022 09:44:43 -0500 (EST)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit fc01c9204c102156ffdc8fc47473fb4e2a7a30c3
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Jan 2 11:29:23 2022 +0100

    gnu: python-webob: Disable tests.
    
    * gnu/packages/python-web.scm (python-webob)[arguments]: Disable tests.
---
 gnu/packages/python-web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3ef87076c3..d2c0b73801 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1832,8 +1832,9 @@ your Web app.")
         (base32
           "026i3z99nr3px75isa9mbnky5i7rffiv4d124h5kxfjjsxz92fma"))))
     (build-system python-build-system)
+    (arguments `(#:tests? #f)) ; Thread.isAlive() is not available with Python 
>=3.9.
     (native-inputs
-      (list python-nose))
+      (list python-pytest))
     (home-page "https://webob.org/";)
     (synopsis "WSGI request and response object")
     (description



reply via email to

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