Skip to content

Commit

Permalink
chore: remove obsolete replacement in owlbot.py (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Apr 12, 2023
1 parent ce8ca80 commit 08cc705
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/google-cloud-apigee-registry/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +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 All @@ -61,4 +53,4 @@

# run format session for all directories which have a noxfile
for noxfile in Path(".").glob("**/noxfile.py"):
s.shell.run(["nox", "-s", "format"], cwd=noxfile.parent, hide_output=False)
s.shell.run(["nox", "-s", "format"], cwd=noxfile.parent, hide_output=False)

0 comments on commit 08cc705

Please sign in to comment.