summaryrefslogtreecommitdiff
path: root/gnu/packages/diffoscope.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-12 21:49:12 +0100
committerMarius Bakke <marius@gnu.org>2022-01-12 23:50:16 +0100
commit463b4d7bef7df774f37d8ae9d19343a2251d99e7 (patch)
tree08242ff38808251941a9c5dabe34fa8aa4ccf458 /gnu/packages/diffoscope.scm
parentda5d0b10c4994cc4a4b3a74033111bb22cd8ebe5 (diff)
downloadguix-patches-463b4d7bef7df774f37d8ae9d19343a2251d99e7.tar
guix-patches-463b4d7bef7df774f37d8ae9d19343a2251d99e7.tar.gz
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.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r--gnu/packages/diffoscope.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 9782f37cd6..743447a9d5 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -157,7 +157,6 @@
binwalk
python-pytest
python-chardet
- python-black
python-h5py
python-pypdf2
python-progressbar33