Skip to content

Commit fed61fb

Browse files
Fix new test
1 parent 23e4a6f commit fed61fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/test/test_gettext.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from test.support import cpython_only, os_helper
1111
from test.support.import_helper import ensure_lazy_imports
1212

13+
1314
# TODO:
1415
# - Add new tests, for example for "dgettext"
1516
# - Tests should have only one assert.
@@ -982,7 +983,7 @@ def test__all__(self):
982983

983984
@cpython_only
984985
def test_lazy_import(self):
985-
ensure_lazy_imports("gettext", {"re", "warnings", "locale"})
986+
ensure_lazy_imports("gettext", {"re", "warnings"})
986987

987988

988989
if __name__ == '__main__':

0 commit comments

Comments
 (0)