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:
cyy
2025-01-31 19:01:01 +00:00
committed by PyTorch MergeBot
parent 68a3635484
commit 18380836eb
11 changed files with 0 additions and 43 deletions

View File

@ -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