-
Notifications
You must be signed in to change notification settings - Fork 27
poetry.lock [package.dependencies] conflict on markers #192
Copy link
Copy link
Closed
Labels
human_intervention_requiredkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
human_intervention_requiredkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is a followup of #186. I have a use case on my poetry-based project where the package
arrowdepends on packagetyping-extensionswith markerspython_version < "3.8", and packagebravadodepends on packagetyping-extensionstoo but without markers.When I'm running on python 3.9, poetry installs
typing-extensions, but micropipenv does not:As a result, bravado is missing one of its dependencies and
pkg_resourcesreports an error:I'm attaching my pyproject.toml.txt file and my poetry.lock.txt file (as text, because Github filters extensions).