File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ jobs:
102
102
- name : Run Pyright
103
103
uses : jakebailey/pyright-action@v1
104
104
with :
105
- version : 1.1.223
106
105
working-directory : ' pythonFiles'
107
106
108
107
# ## Non-smoke tests
Original file line number Diff line number Diff line change 77
77
- name : Run Pyright
78
78
uses : jakebailey/pyright-action@v1
79
79
with :
80
- version : 1.1.223
81
80
working-directory : ' pythonFiles'
82
81
83
82
# ## Non-smoke tests
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ ignore = [
29
29
' tests/testing_tools/adapter/test___main__.py' ,
30
30
' tests/testing_tools/adapter/test_discovery.py' ,
31
31
' tests/testing_tools/adapter/test_functional.py' ,
32
+ ' tests/testing_tools/adapter/test_report.py' ,
32
33
' tests/testing_tools/adapter/test_util.py' ,
33
34
' tests/testing_tools/adapter/pytest/test_cli.py' ,
34
35
' tests/testing_tools/adapter/pytest/test_discovery.py' ,
You can’t perform that action at this time.
0 commit comments