@@ -18,8 +18,6 @@ exclude_patterns = [
18
18
' torch/_inductor/autoheuristic/artifacts/**' ,
19
19
' scripts/**' ,
20
20
' test/generated_type_hints_smoketest.py' ,
21
- # CPython tests
22
- ' test/dynamo/cpython/**' ,
23
21
# Tests from the NumPy test suite
24
22
' test/torch_np/numpy_test/**/*.py' ,
25
23
' third_party/**' ,
@@ -400,7 +398,6 @@ exclude_patterns=[
400
398
' tools/clang_format_hash/**' ,
401
399
' test/cpp/jit/upgrader_models/*.ptl' ,
402
400
' test/cpp/jit/upgrader_models/*.ptl.ff' ,
403
- ' test/dynamo/cpython/**' ,
404
401
' **/*.png' ,
405
402
' **/*.gz' ,
406
403
' **/*.patch' ,
@@ -939,7 +936,6 @@ include_patterns = [
939
936
exclude_patterns = [
940
937
' test/run_test.py' ,
941
938
' **/fb/**' ,
942
- ' test/dynamo/cpython/3.13/**' ,
943
939
' test/quantization/**' , # should be run through test/test_quantization.py
944
940
' test/jit/**' , # should be run through test/test_jit.py
945
941
' test/ao/sparsity/**' , # should be run through test/test_ao_sparsity.py
@@ -1135,7 +1131,6 @@ exclude_patterns = [
1135
1131
' caffe2/**/*.pyi' ,
1136
1132
' fb/**' ,
1137
1133
' **/fb/**' ,
1138
- ' test/dynamo/cpython/**' ,
1139
1134
' third_party/**/*.py' ,
1140
1135
' third_party/**/*.pyi' ,
1141
1136
' torch/_vendor/**' ,
@@ -1541,7 +1536,6 @@ exclude_patterns = [
1541
1536
' functorch/notebooks/**' ,
1542
1537
' torch/_inductor/fx_passes/serialized_patterns/**' ,
1543
1538
' torch/_inductor/autoheuristic/artifacts/**' ,
1544
- ' test/dynamo/cpython/**' ,
1545
1539
' scripts/**' ,
1546
1540
' third_party/**' ,
1547
1541
' fb/**' ,
0 commit comments