File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ def test_pyright_baseline():
5656 (
5757 "error" ,
5858 'Cannot assign to attribute "a" for class '
59- '"Frozen"\n \xa0 \xa0 "Frozen" is frozen\n \xa0 \xa0 \xa0 \xa0 '
60- 'Attribute "__set__" is unknown' ,
59+ '"Frozen"\n \xa0 \xa0 Attribute "a" is read-only' ,
6160 ),
6261 (
6362 "information" ,
@@ -66,8 +65,7 @@ def test_pyright_baseline():
6665 (
6766 "error" ,
6867 'Cannot assign to attribute "a" for class '
69- '"FrozenDefine"\n \xa0 \xa0 "FrozenDefine" is frozen\n \xa0 \xa0 \xa0 \xa0 '
70- 'Attribute "__set__" is unknown' ,
68+ '"FrozenDefine"\n \xa0 \xa0 Attribute "a" is read-only' ,
7169 ),
7270 (
7371 "information" ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ commands =
113113
114114[testenv:pyright]
115115extras = tests
116- deps = pyright< 1.1.380
116+ deps = pyright>= 1.1.380
117117commands = pytest tests/test_pyright.py -vv
118118
119119
You can’t perform that action at this time.
0 commit comments