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
|
||||
name: "pylint & mypy"
|
||||
install:
|
||||
- pip install astroid==2.0.4
|
||||
# newer astroid fails in pylint so we pre-install older version
|
||||
- pip install astroid==2.0.4 aiohttp==3.4.4
|
||||
# newer astroid and aiohttp fails in pylint so we pre-install older version
|
||||
- pip install pylint mypy
|
||||
- pip install -e .
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue