gnu: python-chardet: Disable tests.
* gnu/packages/python-xyz.scm (python-chardet)[arguments]: New field.
This commit is contained in:
parent
97e537c3c7
commit
3d3694079d
|
@ -7160,6 +7160,8 @@ simulation, statistical modeling, machine learning and much more.")
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("python-pytest-runner" ,python-pytest-runner)))
|
("python-pytest-runner" ,python-pytest-runner)))
|
||||||
(build-system python-build-system)
|
(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")
|
(home-page "https://github.com/chardet/chardet")
|
||||||
(synopsis "Universal encoding detector for Python 2 and 3")
|
(synopsis "Universal encoding detector for Python 2 and 3")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue