8000 Update · pytorch/pytorch@2e28fcb · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e28fcb

Browse files
Update
[ghstack-poisoned]
1 parent 29a5edd commit 2e28fcb

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

test/dynamo/cpython/3_13/test_baseexception.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
import torch._dynamo.test_case
1010
import unittest
1111
from torch._dynamo.test_case import CPythonTestCase
12-
from torch.testing._internal.common_utils import (
13-
TEST_WITH_TORCHDYNAMO,
14-
run_tests,
15-
)
12+
from torch.testing._internal.common_utils import run_tests
1613

1714
__TestCase = CPythonTestCase
1815

16+
1917
# redirect import statements
2018
import sys
2119
import importlib.abc

test/dynamo/cpython/3_13/test_exception_variations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import unittest
1111
from torch._dynamo.test_case import CPythonTestCase
1212
from torch.testing._internal.common_utils import (
13-
TEST_WITH_TORCHDYNAMO,
1413
run_tests,
1514
xfailIfTorchDynamo,
1615
)

test/dynamo/cpython/3_13/test_exceptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import unittest
1111
from torch._dynamo.test_case import CPythonTestCase
1212
from torch.testing._internal.common_utils import (
13-
TEST_WITH_TORCHDYNAMO,
1413
run_tests,
1514
xfailIfTorchDynamo,
1615
)

test/dynamo/cpython/3_13/test_raise.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import unittest
1111
from torch._dynamo.test_case import CPythonTestCase
1212
from torch.testing._internal.common_utils import (
13-
TEST_WITH_TORCHDYNAMO,
1413
run_tests,
1514
)
1615

0 commit comments

Comments
 (0)
0