@@ -156,7 +156,7 @@ class C:
156156a.py:1: error: invalid syntax
157157==
158158main:5: error: Missing positional argument "x" in call to "f" of "C"
159- [out version>= 3.10]
159+ [out version== 3.10.0 ]
160160==
161161a.py:1: error: invalid syntax. Perhaps you forgot a comma?
162162==
@@ -176,7 +176,7 @@ main:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missin
176176a.py:1: error: invalid syntax
177177==
178178main:2: error: Too many arguments for "f"
179- [out version>= 3.10]
179+ [out version== 3.10.0 ]
180180main:1: error: Cannot find implementation or library stub for module named "a"
181181main:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
182182==
@@ -259,7 +259,7 @@ a.py:1: error: invalid syntax
259259a.py:1: error: invalid syntax
260260==
261261a.py:2: error: Missing positional argument "x" in call to "f"
262- [out version>= 3.10]
262+ [out version== 3.10.0 ]
263263==
264264a.py:1: error: invalid syntax. Perhaps you forgot a comma?
265265==
@@ -330,7 +330,7 @@ a.py:1: error: invalid syntax
330330main:1: error: Cannot find implementation or library stub for module named "a"
331331main:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
332332b.py:1: error: Cannot find implementation or library stub for module named "a"
333- [out version>= 3.10]
333+ [out version== 3.10.0 ]
334334==
335335a.py:1: error: invalid syntax. Perhaps you forgot a comma?
336336==
@@ -358,7 +358,7 @@ a.py:1: error: invalid syntax
358358b.py:1: error: Cannot find implementation or library stub for module named "a"
359359b.py:1: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
360360main:1: error: Cannot find implementation or library stub for module named "a"
361- [out version>= 3.10]
361+ [out version== 3.10.0 ]
362362==
363363a.py:1: error: invalid syntax. Perhaps you forgot a comma?
364364==
@@ -388,7 +388,7 @@ a.py:1: error: invalid syntax
388388==
389389b.py:2: error: Module has no attribute "f"
390390b.py:3: error: "int" not callable
391- [out version>= 3.10]
391+ [out version== 3.10.0 ]
392392==
393393a.py:1: error: invalid syntax. Perhaps you forgot a comma?
394394==
@@ -411,7 +411,7 @@ def f() -> None: pass
411411<ROOT>/test-data/unit/lib-stub/blocker.pyi:2: error: invalid syntax
412412==
413413a.py:1: error: "int" not callable
414- [out version>= 3.10]
414+ [out version== 3.10.0 ]
415415==
416416<ROOT>/test-data/unit/lib-stub/blocker.pyi:2: error: invalid syntax. Perhaps you forgot a comma?
417417==
@@ -490,7 +490,7 @@ a.py:1: error: invalid syntax
490490<ROOT>/test-data/unit/lib-stub/blocker.pyi:2: error: invalid syntax
491491==
492492a.py:2: error: "int" not callable
493- [out version>= 3.10]
493+ [out version== 3.10.0 ]
494494==
495495a.py:1: error: invalid syntax. Perhaps you forgot a comma?
496496==
@@ -515,7 +515,7 @@ a.py:1: error: invalid syntax
515515==
516516b.py:2: error: Incompatible return value type (got "str", expected "int")
517517==
518- [out version>= 3.10]
518+ [out version== 3.10.0 ]
519519a.py:1: error: invalid syntax. Perhaps you forgot a comma?
520520==
521521b.py:2: error: Incompatible return value type (got "str", expected "int")
0 commit comments