]> granicus.if.org Git - python/commit
bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)
authorVictor Stinner <vstinner@redhat.com>
Mon, 4 Jun 2018 05:14:46 +0000 (07:14 +0200)
committerNed Deily <nad@python.org>
Mon, 4 Jun 2018 05:14:46 +0000 (01:14 -0400)
commite292b75e3ecdc6bbe81cda09de836dc9e27ab9e6
tree55039c5d41187269f68df9a95f3a47f40ea9c965
parent6b87399f0f337d68a71ae55cd9a8667f27a3d2dc
bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)

Fix test_warnings.test_module_globals() when python3 is run with
-Werror.
Lib/test/test_warnings/__init__.py