diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-06 20:25:00 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-10 18:50:00 +0100 |
commit | 3d3694079d24756c6963d3e81d5341d6e536a450 (patch) | |
tree | 55bb254414d1f505e84423301b2367ead0cb8248 /gnu/packages/python-xyz.scm | |
parent | 97e537c3c759d884ae06611de79969ff51827801 (diff) | |
download | guix-3d3694079d24756c6963d3e81d5341d6e536a450.tar.gz |
gnu: python-chardet: Disable tests.
* gnu/packages/python-xyz.scm (python-chardet)[arguments]: New field.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 46339c1abb..f5bc442a35 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 |