gnu: diffoscope: Don't run Black tests.

* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove
PYTHON-BLACK, because the tests are prone to breaking with newer versions,
purely cosmetic, and skipped on demand.
This commit is contained in:
Marius Bakke 2022-01-12 21:49:12 +01:00
parent da5d0b10c4
commit 463b4d7bef
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -157,7 +157,6 @@ (define-public diffoscope
binwalk
python-pytest
python-chardet
python-black
python-h5py
python-pypdf2
python-progressbar33