From 390bde0d9e0b055c7e87ede2f6b3546ec7da02c7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 26 Jul 2023 04:30:05 +0100 Subject: gentoo auto-resync : 26:07:2023 - 04:30:05 --- .../codespell/files/codespell-2.2.5-drop-coverage.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dev-util/codespell/files/codespell-2.2.5-drop-coverage.patch (limited to 'dev-util/codespell/files') diff --git a/dev-util/codespell/files/codespell-2.2.5-drop-coverage.patch b/dev-util/codespell/files/codespell-2.2.5-drop-coverage.patch new file mode 100644 index 000000000000..498f419acca1 --- /dev/null +++ b/dev-util/codespell/files/codespell-2.2.5-drop-coverage.patch @@ -0,0 +1,13 @@ +diff -urEbw codespell-2.2.5/pyproject.toml codespell-2.2.5.new/pyproject.toml +--- codespell-2.2.5/pyproject.toml 2023-06-14 19:28:54.000000000 +0200 ++++ codespell-2.2.5.new/pyproject.toml 2023-07-03 16:19:11.225597607 +0200 +@@ -99,7 +99,7 @@ + strict = true + + [tool.pytest.ini_options] +-addopts = "--cov=codespell_lib -rs --cov-report= --tb=short --junit-xml=junit-results.xml" ++addopts = "-rs --cov-report= --tb=short --junit-xml=junit-results.xml" + + [tool.ruff] + extend-ignore = [ + -- cgit v1.2.3