@@ -156,7 +156,7 @@ class C:
156
156
a.py:1: error: invalid syntax
157
157
==
158
158
main:5: error: Missing positional argument "x" in call to "f" of "C"
159
- [out version>= 3.10]
159
+ [out version== 3.10.0 ]
160
160
==
161
161
a.py:1: error: invalid syntax. Perhaps you forgot a comma?
162
162
==
@@ -176,7 +176,7 @@ main:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missin
176
176
a.py:1: error: invalid syntax
177
177
==
178
178
main:2: error: Too many arguments for "f"
179
- [out version>= 3.10]
179
+ [out version== 3.10.0 ]
180
180
main:1: error: Cannot find implementation or library stub for module named "a"
181
181
main:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
182
182
==
@@ -259,7 +259,7 @@ a.py:1: error: invalid syntax
259
259
a.py:1: error: invalid syntax
260
260
==
261
261
a.py:2: error: Missing positional argument "x" in call to "f"
262
- [out version>= 3.10]
262
+ [out version== 3.10.0 ]
263
263
==
264
264
a.py:1: error: invalid syntax. Perhaps you forgot a comma?
265
265
==
@@ -330,7 +330,7 @@ a.py:1: error: invalid syntax
330
330
main:1: error: Cannot find implementation or library stub for module named "a"
331
331
main:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
332
332
b.py:1: error: Cannot find implementation or library stub for module named "a"
333
- [out version>= 3.10]
333
+ [out version== 3.10.0 ]
334
334
==
335
335
a.py:1: error: invalid syntax. Perhaps you forgot a comma?
336
336
==
@@ -358,7 +358,7 @@ a.py:1: error: invalid syntax
358
358
b.py:1: error: Cannot find implementation or library stub for module named "a"
359
359
b.py:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
360
360
main:1: error: Cannot find implementation or library stub for module named "a"
361
- [out version>= 3.10]
361
+ [out version== 3.10.0 ]
362
362
==
363
363
a.py:1: error: invalid syntax. Perhaps you forgot a comma?
364
364
==
@@ -388,7 +388,7 @@ a.py:1: error: invalid syntax
388
388
==
389
389
b.py:2: error: Module has no attribute "f"
390
390
b.py:3: error: "int" not callable
391
- [out version>= 3.10]
391
+ [out version== 3.10.0 ]
392
392
==
393
393
a.py:1: error: invalid syntax. Perhaps you forgot a comma?
394
394
==
@@ -411,7 +411,7 @@ def f() -> None: pass
411
411
<ROOT>/test-data/unit/lib-stub/blocker.pyi:2: error: invalid syntax
412
412
==
413
413
a.py:1: error: "int" not callable
414
- [out version>= 3.10]
414
+ [out version== 3.10.0 ]
415
415
==
416
416
<ROOT>/test-data/unit/lib-stub/blocker.pyi:2: error: invalid syntax. Perhaps you forgot a comma?
417
417
==
@@ -490,7 +490,7 @@ a.py:1: error: invalid syntax
490
490
<ROOT>/test-data/unit/lib-stub/blocker.pyi:2: error: invalid syntax
491
491
==
492
492
a.py:2: error: "int" not callable
493
- [out version>= 3.10]
493
+ [out version== 3.10.0 ]
494
494
==
495
495
a.py:1: error: invalid syntax. Perhaps you forgot a comma?
496
496
==
@@ -515,7 +515,7 @@ a.py:1: error: invalid syntax
515
515
==
516
516
b.py:2: error: Incompatible return value type (got "str", expected "int")
517
517
==
518
- [out version>= 3.10]
518
+ [out version== 3.10.0 ]
519
519
a.py:1: error: invalid syntax. Perhaps you forgot a comma?
520
520
==
521
521
b.py:2: error: Incompatible return value type (got "str", expected "int")
0 commit comments