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

make use of locked markers in lock file version 2.1 and thereby avoid dependency walk failed #286

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

radoering
Copy link
Member

Resolves: #176
Resolves: #183
Requires: python-poetry/poetry#9427

With python-poetry/poetry#9427 we can fix dependency walk failed once and for all. The dependency walker becomes as simple as iterating over a flat list and doing some simple marker operations. There is no complicated erroneous logic anymore because the resulting markers for each locked package can be read from the lock file.

I adapted all tests so they are run with an old lock file without markers and with a new lock file with markers and added a test (at the end) that raises dependency walk failed for an old lock file and succeeds for a new lock file.

@radoering radoering force-pushed the dependency-walk-failed branch 2 times, most recently from e2cdfad to 7a89609 Compare May 20, 2024 14:31
@edgarrmondragon
Copy link

This does resolve the long-standing issue with urllib3 for us: https://github.com/meltano/sdk/actions/runs/9358298538/job/25759841162.

@jbw-vtl
Copy link

jbw-vtl commented Jun 4, 2024

Very interested, we have been having issues with urllib3 as well

Copy link

sonarcloud bot commented Jun 16, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
13.7% Duplication on New Code (required ≤ 12%)

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Sep 15, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
18.8% Duplication on New Code (required ≤ 12%)

See analysis details on SonarCloud

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.

Dependency walk failed with 2 different version of same package Dependency walk failed
3 participants