commit | 10a0a093231ea82a3bfd33fd63322aebd8406866 | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Thu Aug 08 15:48:00 2019 -0600 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Aug 08 14:48:00 2019 -0700 |
tree | e6f8030d2f2750d0625dc6c5901ef86737f70b63 | |
parent | f4e725f224b864bf9bf405ff7f863cda46fca1cd [diff] |
bpo-37268: test_parser fails when run with -Werror (GH-15183) Use warnings.filterwarnings() when importing the deprecated parser module. @pablogsal https://bugs.python.org/issue37268 Automerge-Triggered-By: @pablogsal