Skip to content

Commit 5648516

Browse files
committed
Logging CI
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent b017120 commit 5648516

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/python_inspector/resolution.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def _iter_dependencies(self, candidate):
212212
)
213213

214214
for r in self.get_requirements_for_package(purl, candidate):
215+
print(r, r.marker)
215216
if r.marker is None:
216217
yield r
217218
else:

0 commit comments

Comments
 (0)