We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db72465 + 6ebc3e4 commit e68748fCopy full SHA for e68748f
2 files changed
.github/workflows/test-stubs.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
python3 -m pip install --upgrade pip setuptools
45
if python3 -c "import sys; exit(0 if sys.version_info >= (3,10) else 1)"; then
46
- python3 -m pip install pytest build "mypy<1.9" "pytest-mypy-plugins>=4"
+ python3 -m pip install pytest build "mypy<1.9" "pytest-mypy-plugins==4.0.0"
47
else
48
python3 -m pip install pytest build "mypy<1.9" "pytest-mypy-plugins<4"
49
fi
stubs/test/test_stubs.yml
@@ -31,6 +31,7 @@
31
class CorrectFlow2(FlowSpec):
32
...
33
out: |
34
+ .*note: "project" defined here
35
main:3: error: .*incompatible type.*expected "str"\s+\[arg-type\]
36
main:4: error: .*Too many positional arguments for "project"\s+\[misc\]
37
main:7: error: .*Too many positional arguments for "project"\s+\[misc\]
0 commit comments