mbakke pushed a commit to branch core-updates
in repository guix.
commit 3d3694079d24756c6963d3e81d5341d6e536a450
Author: Marius Bakke <[email protected]>
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