commit | 910b3fcb01c29f18ffd53086e36cd2cb9e5fae55 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jun 11 09:18:31 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Jun 11 09:18:31 2019 -0700 |
tree | 65f6e4254271067b0b31ca9709bec02026316aa5 | |
parent | 65aa64fae89a24491aae84ba0329eb8f3c68c389 [diff] |
closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977) This test "works" if things are run in the right order, so it's better to use @skip than @expectedFailure here.