Skip to content

Comments

create PEP508 compliant dependency string for directory and file dependencies#1796

Merged
sdispater merged 2 commits intopython-poetry:masterfrom
finswimmer:pep508-dependencies
Jan 10, 2020
Merged

create PEP508 compliant dependency string for directory and file dependencies#1796
sdispater merged 2 commits intopython-poetry:masterfrom
finswimmer:pep508-dependencies

Conversation

@finswimmer
Copy link
Member

With this PR directory and file dependencies return PEP508 compliant dependency strings.

Until now for these type of dependencies only the package name was returned.

Depending on how the discussion here ends, this might resolve #1689 as well.

Pull Request Check List

This is just a reminder about the most common mistakes. Please make sure that you tick all appropriate boxes. But please read our contribution guide at least once, it will save you unnecessary review cycles!

  • Added tests for changed code.
  • Updated documentation for changed code.

…dependency string for directory and file dependencies
@finswimmer finswimmer requested a review from a team December 27, 2019 15:14
@finswimmer finswimmer added the kind/bug Something isn't working as expected label Dec 27, 2019
Copy link
Member

@sdispater sdispater left a comment

Choose a reason for hiding this comment

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

Thanks! LGTM 👍

@sdispater sdispater merged commit 10e471a into python-poetry:master Jan 10, 2020
sdispater added a commit that referenced this pull request Jan 10, 2020
sdispater added a commit that referenced this pull request Jan 10, 2020
@sdispater sdispater mentioned this pull request Jan 10, 2020
2 tasks
@finswimmer finswimmer deleted the pep508-dependencies branch April 4, 2020 19:03
@github-actions
Copy link

github-actions bot commented Mar 1, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

kind/bug Something isn't working as expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installing directory poetry package with dependencies in secondary source fails

2 participants