Warn on deprecated Python-specific index types (#11412)

This commit is contained in:
Adam Turner
2023-05-09 22:57:39 +01:00
committed by GitHub
parent db546189ce
commit 706f5f9cc8
14 changed files with 91 additions and 71 deletions

View File

@@ -117,13 +117,6 @@ def test_gettext_index_entries(app):
"Third",
"Entry",
"See",
"Module",
"Keyword",
"Operator",
"Object",
"Exception",
"Statement",
"Builtin",
]
for expect in expected_msgids:
assert expect in msgids