We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3faf98f commit bc25811Copy full SHA for bc25811
src/poetry/inspection/info.py
@@ -205,7 +205,7 @@ def to_package(
205
dependency = Dependency.create_from_pep_508(req, relative_to=root_dir)
206
except ValueError:
207
# Likely unable to parse constraint so we skip it
208
- logger.debug(
+ logger.warning(
209
f"Invalid constraint ({req}) found in"
210
f" {package.name}-{package.version} dependencies, skipping",
211
)
0 commit comments