guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: python-publicsuffix2: Disable the test suite.


From: Leo Famulari
Subject: 02/05: gnu: python-publicsuffix2: Disable the test suite.
Date: Sun, 30 Oct 2016 01:44:31 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 10797a0ae0b57502ca3c4c8d98c6f0e062aacf8f
Author: Leo Famulari <address@hidden>
Date:   Sat Oct 29 21:05:15 2016 -0400

    gnu: python-publicsuffix2: Disable the test suite.
    
    The tests were silently skipped with Python 3.4. With Python 3.5, this 
caused
    the build of python-publicsuffix2 to fail.
    
    * gnu/packages/python.scm (python-publicsuffix2, python2-publicsuffix2)
    [arguments]: Disable the tests.
---
 gnu/packages/python.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f056906..a25d3bc 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10618,6 +10618,8 @@ List.")
         (base32
          "06lx603gdwad5hc3hmn763ngq0rq9bzz1ni3ga72nzk5n872arkd"))))
     (build-system python-build-system)
+    (arguments
+     '(#:tests? #f)) ; The test suite requires network access.
     (home-page "https://github.com/pombredanne/python-publicsuffix2";)
     (synopsis "Get a public suffix for a domain name using the Public Suffix 
List")
     (description "Get a public suffix for a domain name using the Public Suffix



reply via email to

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