Skip to content

Fix Python constraint propagation for package to dependency conversion#84

Merged
abn merged 1 commit into
masterfrom
fix-python-version-propagation-package-to-dependency-conversion
Sep 23, 2020
Merged

Fix Python constraint propagation for package to dependency conversion#84
abn merged 1 commit into
masterfrom
fix-python-version-propagation-package-to-dependency-conversion

Conversation

@sdispater
Copy link
Copy Markdown
Member

Resolves: python-poetry/poetry#2950

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

This fixes a regression introduced in #78. Basically, the python constraint was lost when converting a package to a dependency leading to resolution errors on Poetry's side.

@abn abn merged commit 3acc3ab into master Sep 23, 2020
@abn abn deleted the fix-python-version-propagation-package-to-dependency-conversion branch September 23, 2020 22:03
@sdispater sdispater mentioned this pull request Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1.1.0b3: Regression in handling python version constraints when running add/update

2 participants