Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pylint 2.6.0 #59966

Closed
wants to merge 2 commits into from
Closed

Conversation

dtrodrigues
Copy link
Member

Created with brew bump-formula-pr.

@dtrodrigues dtrodrigues added the build failure CI fails while building the software label Aug 21, 2020
@BrewTestBot BrewTestBot added deprecated license Formula uses a deprecated SPDX license which should be updated python Python use is a significant feature of the PR or issue labels Aug 21, 2020
@dtrodrigues
Copy link
Member Author

The version of isort increased to 5.4 which introduced a dependency on poetry, which seems to cause the same issue in Homebrew as #59954. I haven't had time to look into it, but it seems like everything that requires poetry as a python dependency is having issues. The problematic line in Homebrew is
ERROR: Command errored out with exit status 1: /usr/local/Cellar/pylint/2.6.0/libexec/bin/python3.8 /usr/local/Cellar/pylint/2.6.0/libexec/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /private/tmp/pip-build-env-hegca943/overlay --no-warn-script-location -v --no-binary :all: --only-binary :none: -i https://pypi.org/simple -- 'poetry>=0.12' Check the logs for full command output. which is known to not work in python-poetry/poetry#1975.

I can't tell if this is something that Homebrew needs to adjust or poetry or pip does.

Any thoughts @Homebrew/core?

Formula/pylint.rb Outdated Show resolved Hide resolved
@SeekingMeaning
Copy link
Contributor

Problem seems to be that poetry has a circular dependency on clikit which depends on poetry

@BrewTestBot BrewTestBot removed the deprecated license Formula uses a deprecated SPDX license which should be updated label Aug 21, 2020
@dtrodrigues
Copy link
Member Author

Closing due to poetry issue, will open license PR separately.

@dtrodrigues dtrodrigues mentioned this pull request Aug 24, 2020
5 tasks
@dtrodrigues dtrodrigues deleted the bump-pylint-2.6.0 branch September 6, 2020 17:24
@dtrodrigues dtrodrigues mentioned this pull request Sep 14, 2020
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build failure CI fails while building the software python Python use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants