diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-12 21:49:12 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-01-12 23:50:16 +0100 |
commit | 463b4d7bef7df774f37d8ae9d19343a2251d99e7 (patch) | |
tree | 08242ff38808251941a9c5dabe34fa8aa4ccf458 /gnu/packages | |
parent | da5d0b10c4994cc4a4b3a74033111bb22cd8ebe5 (diff) |
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')
-rw-r--r-- | gnu/packages/diffoscope.scm | 1 |
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 |