-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected
Description
-
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 (
-vvvoption). -
OS version and name: Windows 10 Enterprise, 20H2
-
Poetry version: 1.2.0a2
-
pyproject.tomlfile:
[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
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected