instal older aiohttp to make pylint happy
This commit is contained in:
parent
d72a152195
commit
b9b411ec30
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ jobs:
|
||||||
- stage: code quality
|
- stage: code quality
|
||||||
name: "pylint & mypy"
|
name: "pylint & mypy"
|
||||||
install:
|
install:
|
||||||
- pip install astroid==2.0.4
|
- pip install astroid==2.0.4 aiohttp==3.4.4
|
||||||
# newer astroid fails in pylint so we pre-install older version
|
# newer astroid and aiohttp fails in pylint so we pre-install older version
|
||||||
- pip install pylint mypy
|
- pip install pylint mypy
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue