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
  • Loading branch information
finswimmer authored and neersighted committed Oct 7, 2022
1 parent 96cdcdb commit 4578c6f
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(
"Invalid constraint (%s) found in %s-%s dependencies, skipping",
req,
package.name,
Expand Down

0 comments on commit 4578c6f

Please sign in to comment.