Skip to content

Commit

Permalink
fix: turn debug message about invalid constraint into warning
Browse files Browse the repository at this point in the history
(cherry picked from commit 4578c6f)
  • Loading branch information
finswimmer authored and neersighted committed Oct 7, 2022
1 parent 3faf98f commit bc25811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/inspection/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def to_package(
dependency = Dependency.create_from_pep_508(req, relative_to=root_dir)
except ValueError:
# Likely unable to parse constraint so we skip it
logger.debug(
logger.warning(
f"Invalid constraint ({req}) found in"
f" {package.name}-{package.version} dependencies, skipping",
)
Expand Down

0 comments on commit bc25811

Please sign in to comment.