Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 92499f4

Browse files
authored
exclude noxfile.py from gapic-generator-python
1 parent 3cc0cc2 commit 92499f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

owlbot.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def get_staging_dirs(
8585
excludes=[
8686
"google/cloud/spanner/**",
8787
"*.*",
88+
"noxfile.py",
8889
"docs/index.rst",
8990
"google/cloud/spanner_v1/__init__.py",
9091
"**/gapic_version.py",
@@ -102,7 +103,7 @@ def get_staging_dirs(
102103
)
103104
s.move(
104105
library,
105-
excludes=["google/cloud/spanner_admin_instance/**", "*.*", "docs/index.rst", "**/gapic_version.py", "testing/constraints-3.7.txt",],
106+
excludes=["google/cloud/spanner_admin_instance/**", "*.*", "docs/index.rst", "noxfile.py", "**/gapic_version.py", "testing/constraints-3.7.txt",],
106107
)
107108

108109
for library in get_staging_dirs(
@@ -115,7 +116,7 @@ def get_staging_dirs(
115116
)
116117
s.move(
117118
library,
118-
excludes=["google/cloud/spanner_admin_database/**", "*.*", "docs/index.rst", "**/gapic_version.py", "testing/constraints-3.7.txt",],
119+
excludes=["google/cloud/spanner_admin_database/**", "*.*", "docs/index.rst", "noxfile.py", "**/gapic_version.py", "testing/constraints-3.7.txt",],
119120
)
120121

121122
s.remove_staging_dirs()

0 commit comments

Comments
 (0)