File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 8787 cache : pip
8888 cache-dependency-path : requirements-tests.txt
8989 - run : pip install -r requirements-tests.txt
90- - run : python ./tests/mypy_test.py --platform=${{ matrix.platform }} --python-version=${{ matrix.python-version }}
90+ - run : python ./tests/mypy_test.py --platform=${{ matrix.platform }} --python-version=${{ matrix.python-version }} --verbose
9191
9292 regression-tests :
9393 name : Run mypy on the test cases
Original file line number Diff line number Diff line change 1+ requires = [" packaging" ]
12version = " 9.3.*"
Original file line number Diff line number Diff line change 1+ requires = [" tomli" ]
12version = " 1.4.45"
23extra_description = """ \
34 The `sqlalchemy-stubs` package is an alternative to this package and also \
Original file line number Diff line number Diff line change 11version = " 2.12.*"
2- requires = [" types- cryptography" ]
2+ requires = [" cryptography" ]
33
44[tool .stubtest ]
55# linux and darwin are equivalent
Original file line number Diff line number Diff line change 11version = " 2.28.*"
2- requires = [" types-urllib3<1.27" ] # keep in sync with requests's setup.py
2+ requires = [" types-urllib3<1.27" , " numpy " ] # keep in sync with requests's setup.py
33
44[tool .stubtest ]
55ignore_missing_stub = false
You can’t perform that action at this time.
0 commit comments