Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
chore: remove obsolete replacement in owlbot.py
Browse files Browse the repository at this point in the history
This PR removes a replacement in owlbot.py which is obsolete
  • Loading branch information
parthea committed Apr 11, 2023
1 parent 099979f commit 8c146c9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@
if clean_up_generated_samples:
shutil.rmtree("samples/generated_samples", ignore_errors=True)
clean_up_generated_samples = False

# remove replacement once a new gapic-generator-python version is released
# which includes this fix https://github.com/googleapis/gapic-generator-python/pull/1483
s.replace(
library / "testing/constraints-3.7.txt",
"grpc-google-iam-v1=0",
"grpc-google-iam-v1==0",
)

s.move([library], excludes=["**/gapic_version.py"])
s.remove_staging_dirs()

Expand Down

0 comments on commit 8c146c9

Please sign in to comment.