Skip to content

Commit dfe5495

Browse files
committed
Remove mypy overrides for tests/test_util/test_util_inventory.py
1 parent ad360fd commit dfe5495

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
@@ -289,7 +289,6 @@ module = [
289289
"tests.test_util.test_util",
290290
"tests.test_util.test_util_display",
291291
"tests.test_util.test_util_docutils",
292-
"tests.test_util.test_util_inventory",
293292
# tests/test_writers
294293
"tests.test_writers.test_docutilsconf",
295294
]

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)