File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ jobs:
102102 - name : Run Pyright
103103 uses : jakebailey/pyright-action@v1
104104 with :
105- version : 1.1.223
106105 working-directory : ' pythonFiles'
107106
108107 # ## Non-smoke tests
Original file line number Diff line number Diff line change 7777 - name : Run Pyright
7878 uses : jakebailey/pyright-action@v1
7979 with :
80- version : 1.1.223
8180 working-directory : ' pythonFiles'
8281
8382 # ## Non-smoke tests
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ ignore = [
2929 ' tests/testing_tools/adapter/test___main__.py' ,
3030 ' tests/testing_tools/adapter/test_discovery.py' ,
3131 ' tests/testing_tools/adapter/test_functional.py' ,
32+ ' tests/testing_tools/adapter/test_report.py' ,
3233 ' tests/testing_tools/adapter/test_util.py' ,
3334 ' tests/testing_tools/adapter/pytest/test_cli.py' ,
3435 ' tests/testing_tools/adapter/pytest/test_discovery.py' ,
You can’t perform that action at this time.
0 commit comments