Skip to content

Commit

Permalink
fix astroid to 2.4.2 (#294)
Browse files Browse the repository at this point in the history
* fix astroid to 2.4.2

* Update setup.py
  • Loading branch information
kairu-ms committed Apr 25, 2021
1 parent 21ac208 commit 9ee8d45
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
'jinja2',
'knack',
'mock',
'pylint==2.3.0',
'astroid==2.4.2', # pylint 2.3 doesn't support astroid 2.5
'pytest>=5.0.0',
'pytest-xdist', # depends on pytest-forked
'pyyaml',
Expand All @@ -77,10 +79,6 @@
'azure-multiapi-storage',
'isort==4.3.21'
],
extras_require={
":python_version<'3.0'": ['pylint==1.9.2', 'futures'],
":python_version>='3.0'": ['pylint==2.3.0']
},
package_data={
'azdev.config': ['*.*', 'cli_pylintrc', 'ext_pylintrc'],
'azdev.mod_templates': ['*.*'],
Expand Down

0 comments on commit 9ee8d45

Please sign in to comment.