Skip to content

Conversation

@kairu-ms
Copy link
Contributor

No description provided.

@kairu-ms kairu-ms requested review from jiasli and qwordy April 25, 2021 08:04
setup.py Outdated
extras_require={
":python_version<'3.0'": ['pylint==1.9.2', 'futures'],
":python_version>='3.0'": ['pylint==2.3.0']
":python_version>='3.0'": ['pylint==2.3.0', 'astroid==2.4.2'] # pylint 2.3 doesn't support astroid 2.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using condition like ":python_version>='3.0'" in extras_require has been dropped. It is not documented anymore:

https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#optional-dependencies

@kairu-ms kairu-ms merged commit 9ee8d45 into Azure:master Apr 25, 2021
RenSilvaAU pushed a commit to RenSilvaAU/azure-cli-dev-tools that referenced this pull request Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants