Skip to content

Commit

Permalink
build: test owlbot config
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Dec 5, 2024
1 parent a214885 commit c72fb7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,14 @@ def place_before(path, text, *before_text, escape=None):
escape="()",
)

place_before(
"noxfile.py",
"# Use pre-release gRPC for system tests."
"""# Does it ever work?
""",
escape="()",
)

s.replace(
"noxfile.py",
r"""session.install\("-e", "."\)""",
Expand Down

0 comments on commit c72fb7e

Please sign in to comment.