Commit 4578c6f4 by finswimmer Committed by Bjorn Neergaard

fix: turn debug message about invalid constraint into warning

parent 96cdcdb1
......@@ -205,7 +205,7 @@ class PackageInfo:
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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment