gnu: python-chardet: Disable tests.

* gnu/packages/python-xyz.scm (python-chardet)[arguments]: New field.
master
Marius Bakke 2019-03-06 20:25:00 +01:00
parent 97e537c3c7
commit 3d3694079d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -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