Skip to content

Issue #4201 Persists Despite PR #186 #5244

@adam-grant-hendry

Description

@adam-grant-hendry
  • I am on the latest Poetry version.

  • I have searched the issues of this repo and believe that this is not a duplicate.

  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

  • OS version and name: Windows 10 Enterprise, 20H2

  • Poetry version: 1.2.0a2

  • pyproject.toml file:

[tool.poetry]
name = "problem"
version = "0.1.0"
description = "problem"
authors = ["problem"]

[tool.poetry.dependencies]
pywin32 = "^301"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

Issue

Although #186 claims to have fixed parsing of wildcards dependency constraints (see #4095, #4201, and #4176), this issue persists.

By chance, does py install-poetry.py --preview not update to latest master branch commit?

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions