8000 Revert "Add infra to run CPython tests under Dynamo (#150787)" · pytorch/pytorch@103fe85 · GitHub
[go: up one dir, main page]

Skip to content

Commit 103fe85

Browse files
Revert "Add infra to run CPython tests under Dynamo (#150787)"
This reverts commit 7c96dd8. Reverted #150787 on behalf of https://github.com/huydhn due to Sorry for reverting your change but a failed test is showing up in trunk ([comment](#150787 (comment)))
1 parent 0e98748 commit 103fe85

13 files changed

+1608
-175
lines changed

.lintrunner.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ exclude_patterns = [
1818
'torch/_inductor/autoheuristic/artifacts/**',
1919
'scripts/**',
2020
'test/generated_type_hints_smoketest.py',
21-
# CPython tests
22-
'test/dynamo/cpython/**',
2321
# Tests from the NumPy test suite
2422
'test/torch_np/numpy_test/**/*.py',
2523
'third_party/**',
@@ -400,7 +398,6 @@ exclude_patterns=[
400398
'tools/clang_format_hash/**',
401399
'test/cpp/jit/upgrader_models/*.ptl',
402400
'test/cpp/jit/upgrader_models/*.ptl.ff',
403-
'test/dynamo/cpython/**',
404401
'**/*.png',
405402
'**/*.gz',
406403
'**/*.patch',
@@ -939,7 +936,6 @@ include_patterns = [
939936
exclude_patterns = [
940937
'test/run_test.py',
941938
'**/fb/**',
942-
'test/dynamo/cpython/3.13/**',
943939
'test/quantization/**', # should be run through test/test_quantization.py
944940
'test/jit/**', # should be run through test/test_jit.py
945941
'test/ao/sparsity/**', # should be run through test/test_ao_sparsity.py
@@ -1135,7 +1131,6 @@ exclude_patterns = [
11351131
'caffe2/**/*.pyi',
11361132
'fb/**',
11371133
'**/fb/**',
1138-
'test/dynamo/cpython/**',
11391134
'third_party/**/*.py',
11401135
'third_party/**/*.pyi',
11411136
'torch/_vendor/**',
@@ -1541,7 +1536,6 @@ exclude_patterns = [
15411536
'functorch/notebooks/**',
15421537
'torch/_inductor/fx_passes/serialized_patterns/**',
15431538
'torch/_inductor/autoheuristic/artifacts/**',
1544-
'test/dynamo/cpython/**',
15451539
'scripts/**',
15461540
'third_party/**',
15471541
'fb/**',

test/dynamo/cpython/3_13/CHANGES.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

test/dynamo/cpython/3_13/LICENSE

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0