]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Jun 2019 16:37:59 +0000 (09:37 -0700)
committerGitHub <noreply@github.com>
Tue, 11 Jun 2019 16:37:59 +0000 (09:37 -0700)
commit1c31d19e35172c7de1beec5c48a5b632d16385d9
treebf80f72676a3a6ac3e65324a16e4b47311b9a8cf
parent583ff84351e528976aa93d383e5a81aee9f3bac3
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.
(cherry picked from commit 910b3fcb01c29f18ffd53086e36cd2cb9e5fae55)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Lib/test/test_typing.py