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

Requirement python constraint is not respected when resolving #141

Closed
1 task done
frostming opened this issue Sep 29, 2020 · 0 comments · Fixed by #142
Closed
1 task done

Requirement python constraint is not respected when resolving #141

frostming opened this issue Sep 29, 2020 · 0 comments · Fixed by #142
Labels
🐛 bug Something isn't working

Comments

@frostming
Copy link
Collaborator

frostming commented Sep 29, 2020

  • I have searched the issue tracker and believe that this is not a duplicate.

Make sure you run commands with -v flag before pasting the output.

Steps to reproduce

We have a project, that requires python>=3.6, and we define a dependency that requires python=3.8:

[tool.pdm]
python_requires = ">=3.6"

[tool.pdm.dependencies]
vendoring = {version="*", marker="python_full_version~='3.8.0'"}

Actual behavior

ResolutionImpossible

Expected behavior

The dependency gets resolved successfully, with a marker.

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
Development

Successfully merging a pull request may close this issue.

1 participant