Skip to content

Commit 9ee8d45

Browse files
authored
fix astroid to 2.4.2 (#294)
* fix astroid to 2.4.2 * Update setup.py
1 parent 21ac208 commit 9ee8d45

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
'jinja2',
6868
'knack',
6969
'mock',
70+
'pylint==2.3.0',
71+
'astroid==2.4.2', # pylint 2.3 doesn't support astroid 2.5
7072
'pytest>=5.0.0',
7173
'pytest-xdist', # depends on pytest-forked
7274
'pyyaml',
@@ -77,10 +79,6 @@
7779
'azure-multiapi-storage',
7880
'isort==4.3.21'
7981
],
80-
extras_require={
81-
":python_version<'3.0'": ['pylint==1.9.2', 'futures'],
82-
":python_version>='3.0'": ['pylint==2.3.0']
83-
},
8482
package_data={
8583
'azdev.config': ['*.*', 'cli_pylintrc', 'ext_pylintrc'],
8684
'azdev.mod_templates': ['*.*'],

0 commit comments

Comments
 (0)