File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 43
43
cache : pip
44
44
cache-dependency-path : requirements-tests.txt
45
45
- name : Install dependencies
46
- run : pip install $(grep tomli== requirements-tests.txt) $(grep mypy== requirements-tests.txt)
46
+ run : pip install $(grep mypy== requirements-tests.txt)
47
47
- name : Run stubtest
48
48
run : python tests/stubtest_stdlib.py
49
49
Original file line number Diff line number Diff line change 94
94
python-version : ${{ matrix.python-version }}
95
95
cache : pip
96
96
cache-dependency-path : requirements-tests.txt
97
- - run : pip install $(grep mypy== requirements-tests.txt) packaging pathspec termcolor tomli typing-extensions
97
+ - run : pip install -r requirements-tests.txt
98
98
- run : python ./tests/mypy_test.py --platform=${{ matrix.platform }} --python-version=${{ matrix.python-version }}
99
99
100
100
regression-tests :
Original file line number Diff line number Diff line change 1
1
aiohttp==3.8.3
2
- black==22.12.0 # must match .pre-commit-config.yaml
3
- flake8==6.0.0 # must match .pre-commit-config.yaml
4
- flake8-bugbear==22.12.6 # must match .pre-commit-config.yaml
5
- flake8-noqa==1.3.0 # must match .pre-commit-config.yaml
6
- flake8-pyi==22.11.0 # must match .pre-commit-config.yaml
7
- isort==5.11.4 # must match .pre-commit-config.yaml
2
+ black==22.12.0 # must match .pre-commit-config.yaml
3
+ flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
4
+ flake8-bugbear==22.12.6; python_version >= "3.8" # must match .pre-commit-config.yaml
5
+ flake8-noqa==1.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml
6
+ flake8-pyi==22.11.0; python_version >= "3.8" # must match .pre-commit-config.yaml
7
+ isort==5.11.4 # must match .pre-commit-config.yaml
8
8
mypy==0.991
9
9
packaging==22.0
10
10
pathspec
11
- pycln==2.1.2 # must match .pre-commit-config.yaml
11
+ pycln==2.1.2 # must match .pre-commit-config.yaml
12
12
pyyaml==6.0
13
13
pytype==2023.1.10; platform_system != "Windows" and python_version < "3.11"
14
14
termcolor>=2
You can’t perform that action at this time.
0 commit comments