Skip to content

Commit e68748f

Browse files
Merge branch 'master' into feat/pluggable-serializers
2 parents db72465 + 6ebc3e4 commit e68748f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-stubs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
python3 -m pip install --upgrade pip setuptools
4545
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"
46+
python3 -m pip install pytest build "mypy<1.9" "pytest-mypy-plugins==4.0.0"
4747
else
4848
python3 -m pip install pytest build "mypy<1.9" "pytest-mypy-plugins<4"
4949
fi

stubs/test/test_stubs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
class CorrectFlow2(FlowSpec):
3232
...
3333
out: |
34+
.*note: "project" defined here
3435
main:3: error: .*incompatible type.*expected "str"\s+\[arg-type\]
3536
main:4: error: .*Too many positional arguments for "project"\s+\[misc\]
3637
main:7: error: .*Too many positional arguments for "project"\s+\[misc\]

0 commit comments

Comments
 (0)