void-packages/srcpkgs/icdiff/patches/tests-disable-format-and-lint.patch
2022-04-09 18:10:44 +02:00

11 lines
178 B
Diff

--- a/test.sh
+++ b/test.sh
@@ -204,6 +204,7 @@
fi
}
+exit 0
ensure_installed "black"
echo 'Running black formatter...'
if ! black icdiff --line-length 79 --check; then