Skip to content

Commit

Permalink
Debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
doosuu committed Aug 30, 2023
1 parent 0a9e0f3 commit ae9933e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grpc-service-support/test/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def test_project_depends_on_grpc_package():
dependency_count = 0
in_requires_section = False
for line in open("./conanfile.txt"):
print(line)
if line.strip() == "[requires]":
in_requires_section = True
elif line.startswith("["):
Expand Down

0 comments on commit ae9933e

Please sign in to comment.