summaryrefslogtreecommitdiff
path: root/dev-util/codespell/files/codespell-2.2.5-drop-coverage.patch
blob: 498f419acca12ba28fc87fb2fc7960da8f3197d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 = [