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

[1.0] Fix the evaluation of in/not in markers #189

Merged
merged 2 commits into from Aug 19, 2021

Conversation

sdispater
Copy link
Member

Backport of #188 to the 1.0 branch.

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

Resolves python-poetry/poetry#4402

# Conflicts:
#	poetry/core/packages/constraints/base_constraint.py
#	poetry/core/packages/constraints/empty_constraint.py
@sdispater sdispater added the Bug Something isn't working label Aug 19, 2021
@sdispater sdispater merged commit a2f1ab8 into 1.0 Aug 19, 2021
@sdispater sdispater deleted the 1.0-fix-evaluation-of-in-markers branch August 19, 2021 13:01
This was referenced Aug 19, 2021
asherf added a commit to asherf/pants that referenced this pull request Sep 11, 2021
https://python-poetry.org/history/#118---2021-08-19

Fixed an error with repository prioritization when specifying secondary repositories. (pantsbuild#4241)
Fixed the detection of the system environment when the setting virtualenvs.create is deactivated. (pantsbuild#4330, pantsbuild#4407)
Fixed the evaluation of relative path dependencies. (pantsbuild#4246)
Fixed environment detection for Python 3.10 environments. (pantsbuild#4387)
Fixed an error in the evaluation of in/not in markers (python-poetry/poetry-core#189)
stuhood pushed a commit to pantsbuild/pants that referenced this pull request Sep 13, 2021
https://python-poetry.org/history/#118---2021-08-19

Fixed an error with repository prioritization when specifying secondary repositories. (#4241)
Fixed the detection of the system environment when the setting virtualenvs.create is deactivated. (#4330, #4407)
Fixed the evaluation of relative path dependencies. (#4246)
Fixed environment detection for Python 3.10 environments. (#4387)
Fixed an error in the evaluation of in/not in markers (python-poetry/poetry-core#189)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
1 participant