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():
56
56
(
57
57
"error" ,
58
58
'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' ,
61
60
),
62
61
(
63
62
"information" ,
@@ -66,8 +65,7 @@ def test_pyright_baseline():
66
65
(
67
66
"error" ,
68
67
'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' ,
71
69
),
72
70
(
73
71
"information" ,
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ commands =
113
113
114
114
[testenv:pyright]
115
115
extras = tests
116
- deps = pyright< 1.1.380
116
+ deps = pyright>= 1.1.380
117
117
commands = pytest tests/test_pyright.py -vv
118
118
119
119
You can’t perform that action at this time.
0 commit comments