diff options
author | Bernd Waibel <waebbl-gentoo@posteo.net> | 2023-03-18 16:52:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-25 04:05:36 +0000 |
commit | 5325e7d3d1a5b9561fb03b3b6a55bc88db3c8a94 (patch) | |
tree | f0c6fd54de454784b64f15b837e1da24f5029cd4 /dev-util/codespell/files | |
parent | sys-devel/gdb: add 13.1.90_p20230325 (diff) | |
download | gentoo-5325e7d3d1a5b9561fb03b3b6a55bc88db3c8a94.tar.gz gentoo-5325e7d3d1a5b9561fb03b3b6a55bc88db3c8a94.tar.bz2 gentoo-5325e7d3d1a5b9561fb03b3b6a55bc88db3c8a94.zip |
dev-util/codespell: add 2.2.4
Closes: https://bugs.gentoo.org/901199
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/codespell/files')
-rw-r--r-- | dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch b/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch new file mode 100644 index 000000000000..beedf8f6d3fb --- /dev/null +++ b/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch @@ -0,0 +1,17 @@ +From c032b3e7c251343826c1f199b7a1e4c097f79314 Mon Sep 17 00:00:00 2001 +From: Bernd Waibel <waebbl-gentoo@posteo.net> +Date: Sat, 18 Mar 2023 16:45:57 +0100 +Subject: [PATCH] drop coverage + +Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -151,4 +151,4 @@ good-names=["F","r","i","n"] + # include-naming-hint=yes + + [tool.pytest.ini_options] +-addopts = "--cov=codespell_lib -rs --cov-report= --tb=short --junit-xml=junit-results.xml" ++addopts = "-rs --tb=short --junit-xml=junit-results.xml" +-- +2.40.0 + |