mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Remove outdated test skipif conditions for Python3.9 (#146144)
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/146144 Approved by: https://github.com/albanD
This commit is contained in:
@ -3546,8 +3546,6 @@ class TestFX(JitTestCase):
|
||||
|
||||
self.checkGraphModule(M(), (torch.rand(2, 3), A()), kwargs=None)
|
||||
|
||||
@unittest.skipIf(sys.version_info < (3, 7), "`__future__` feature "
|
||||
"`annotations` is not defined in Python <3.7")
|
||||
def test_annotation_with_future(self):
|
||||
try:
|
||||
import fx.test_future # noqa: F401
|
||||
|
Reference in New Issue
Block a user