Skip to content

Commit a94fcd9

Browse files
Remove mypy overrides for tests/test_util/test_util_inventory.py (#13582)
1 parent 4451a0a commit a94fcd9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ module = [
288288
# tests/test_util
289289
"tests.test_util.test_util_display",
290290
"tests.test_util.test_util_docutils",
291-
"tests.test_util.test_util_inventory",
292291
# tests/test_writers
293292
"tests.test_writers.test_docutilsconf",
294293
]

tests/test_util/test_util_inventory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def _build_inventory(srcdir: Path) -> Path:
107107
return app.outdir / 'objects.inv'
108108

109109

110-
def test_inventory_localization(tmp_path):
110+
def test_inventory_localization(tmp_path: Path) -> None:
111111
# Build an app using Estonian (EE) locale
112112
srcdir_et = _write_appconfig(tmp_path, 'et')
113113
inventory_et = _build_inventory(srcdir_et)

0 commit comments

Comments
 (0)