]> granicus.if.org Git - python/commit
closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977)
authorBenjamin Peterson <benjamin@python.org>
Tue, 11 Jun 2019 16:18:31 +0000 (09:18 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2019 16:18:31 +0000 (09:18 -0700)
commit910b3fcb01c29f18ffd53086e36cd2cb9e5fae55
tree65f6e4254271067b0b31ca9709bec02026316aa5
parent65aa64fae89a24491aae84ba0329eb8f3c68c389
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.
Lib/test/test_typing.py