Skip to content

Commit d9f0090

Browse files
trichmopytorchmergebot
authored andcommitted
Removed dynamo skip decorator to allow cpython tests to run (pytorch#169405)
Fixes pytorch#169402 Pull Request resolved: pytorch#169405 Approved by: https://github.com/guilhermeleobas, https://github.com/anijain2305
1 parent df8b6bd commit d9f0090

7 files changed

+0
-2
lines changed

test/dynamo_expected_failures/CPython313-test_set-TestFrozenSet.test_gc

Whitespace-only changes.

test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_frozen_as_dictkey

Whitespace-only changes.

test/dynamo_expected_failures/CPython313-test_set-TestFrozenSetSubclass.test_gc

Whitespace-only changes.

test/dynamo_expected_failures/CPython313-test_set-TestSet.test_gc

Whitespace-only changes.

test/dynamo_expected_failures/CPython313-test_set-TestSetSubclass.test_gc

Whitespace-only changes.

test/dynamo_expected_failures/CPython313-test_sys-SysModuleTest.test_no_duplicates_in_meta_path

Whitespace-only changes.

torch/_dynamo/test_case.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
from torch._logging._internal import trace_log
2626
from torch.testing._internal.common_utils import ( # type: ignore[attr-defined]
2727
IS_WINDOWS,
28-
skipIfTorchDynamo,
2928
TEST_WITH_CROSSREF,
3029
TEST_WITH_TORCHDYNAMO,
3130
TestCase as TorchTestCase,
@@ -131,7 +130,6 @@ def tearDown(self) -> None:
131130
torch._dynamo.config.nested_graph_breaks = self.prev_nested_graph_breaks
132131

133132

134-
@skipIfTorchDynamo("Not a suitable dynamo wrapped test")
135133
class CPythonTestCase(TestCase):
136134
"""
137135
Test class for CPython tests located in "test/dynamo/CPython/Py_version/*".

0 commit comments

Comments
 (0)