guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: python-chardet: Disable tests.


From: guix-commits
Subject: 08/11: gnu: python-chardet: Disable tests.
Date: Sun, 10 Mar 2019 13:51:33 -0400 (EDT)

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

commit 3d3694079d24756c6963d3e81d5341d6e536a450
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 6 20:25:00 2019 +0100

    gnu: python-chardet: Disable tests.
    
    * gnu/packages/python-xyz.scm (python-chardet)[arguments]: New field.
---
 gnu/packages/python-xyz.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 46339c1..f5bc442 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7160,6 +7160,8 @@ simulation, statistical modeling, machine learning and 
much more.")
        ("python-pytest" ,python-pytest)
        ("python-pytest-runner" ,python-pytest-runner)))
     (build-system python-build-system)
+    ;; XXX: Incompatible with Pytest 4: 
<https://github.com/chardet/chardet/issues/173>.
+    (arguments `(#:tests? #f))
     (home-page "https://github.com/chardet/chardet";)
     (synopsis "Universal encoding detector for Python 2 and 3")
     (description



reply via email to

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