diff options
author | Sebastian Pipping <sping@gentoo.org> | 2023-08-21 23:55:01 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2023-08-21 23:55:01 +0200 |
commit | 19cd01b4a615b73d21c94f684536276335c6992e (patch) | |
tree | 7e73b6e179f994ee535722f2eae8c91421937ada /app-misc/icdiff/files | |
parent | dev-util/gitlab-cli: add 1.32.0 (diff) | |
download | gentoo-19cd01b4a615b73d21c94f684536276335c6992e.tar.gz gentoo-19cd01b4a615b73d21c94f684536276335c6992e.tar.bz2 gentoo-19cd01b4a615b73d21c94f684536276335c6992e.zip |
app-misc/icdiff: 2.0.7
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'app-misc/icdiff/files')
-rw-r--r-- | app-misc/icdiff/files/icdiff-2.0.7-tests.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/app-misc/icdiff/files/icdiff-2.0.7-tests.patch b/app-misc/icdiff/files/icdiff-2.0.7-tests.patch new file mode 100644 index 000000000000..3ef2f83a20f6 --- /dev/null +++ b/app-misc/icdiff/files/icdiff-2.0.7-tests.patch @@ -0,0 +1,37 @@ +From 741d8b24bf7694d535b68fdbe23db6c33f4a5420 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping <sebastian@pipping.org> +Date: Mon, 21 Aug 2023 23:52:20 +0200 +Subject: [PATCH] test.sh: Stop running flake8 and black + +--- + test.sh | 14 -------------- + 1 file changed, 14 deletions(-) + +diff --git a/test.sh b/test.sh +index 4fc09fb..fb22fb0 100755 +--- a/test.sh ++++ b/test.sh +@@ -213,20 +213,6 @@ function ensure_installed() { + fi + } + +-ensure_installed "black" +-echo 'Running black formatter...' +-if ! black icdiff --quiet --line-length 79 --check; then +- echo "" +- echo 'Consider running `black icdiff --line-length 79`' +- fail +-fi +- +-ensure_installed "flake8" +-echo 'Running flake8 linter...' +-if ! flake8 icdiff; then +- fail +-fi +- + if ! $REGOLD; then + echo PASS + fi +-- +2.41.0 + |