mirror of
https://github.com/certbot/certbot.git
synced 2026-04-26 16:47:40 -04:00
Pin pylint and astroid to workaround #289
This commit is contained in:
parent
afd7db3a69
commit
2a2e4d2e8d
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -40,7 +40,9 @@ install_requires = [
|
|||
]
|
||||
|
||||
dev_extras = [
|
||||
'pylint>=1.4.0', # upstream #248
|
||||
# Pin astroid==1.3.5, pylint==1.4.2 as a workaround for #289
|
||||
'astroid==1.3.5',
|
||||
'pylint==1.4.2', # upstream #248
|
||||
]
|
||||
|
||||
docs_extras = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue