Skip to content

Commit 0d1291e

Browse files
authored
chore: remove renovate.json (#13788)
See googleapis/synthtool#1746
1 parent 4f87fe6 commit 0d1291e

File tree

159 files changed

+32
-1892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+32
-1892
lines changed

packages/google-ai-generativelanguage/renovate.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/google-analytics-admin/renovate.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/google-analytics-data/renovate.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/google-apps-script-type/renovate.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/google-area120-tables/renovate.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/google-cloud-access-approval/renovate.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/google-cloud-access-context-manager/noxfile.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232

3333
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
3434

35-
36-
DEFAULT_PYTHON_VERSION = "3.10"
37-
3835
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
3936
"3.7",
4037
"3.8",
@@ -44,6 +41,9 @@
4441
"3.12",
4542
"3.13",
4643
]
44+
45+
DEFAULT_PYTHON_VERSION = UNIT_TEST_PYTHON_VERSIONS[-1]
46+
4747
UNIT_TEST_STANDARD_DEPENDENCIES = [
4848
"mock",
4949
"asyncmock",
@@ -136,7 +136,7 @@ def format(session):
136136
@nox.session(python=DEFAULT_PYTHON_VERSION)
137137
def lint_setup_py(session):
138138
"""Verify that setup.py is valid (including RST check)."""
139-
session.install("docutils", "pygments")
139+
session.install("docutils", "pygments", "setuptools")
140140
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
141141

142142

@@ -295,7 +295,7 @@ def cover(session):
295295
session.run("coverage", "erase")
296296

297297

298-
@nox.session(python=DEFAULT_PYTHON_VERSION)
298+
@nox.session(python="3.10")
299299
def docs(session):
300300
"""Build the docs for this library."""
301301

@@ -330,7 +330,7 @@ def docs(session):
330330
)
331331

332332

333-
@nox.session(python=DEFAULT_PYTHON_VERSION)
333+
@nox.session(python="3.10")
334334
def docfx(session):
335335
"""Build the docfx yaml files for this library."""
336336

@@ -376,7 +376,7 @@ def docfx(session):
376376
)
377377

378378

379-
@nox.session(python="3.13")
379+
@nox.session(python=DEFAULT_PYTHON_VERSION)
380380
@nox.parametrize(
381381
"protobuf_implementation",
382382
["python", "upb", "cpp"],
@@ -477,7 +477,7 @@ def prerelease_deps(session, protobuf_implementation):
477477
)
478478

479479

480-
@nox.session(python="3.13")
480+
@nox.session(python=DEFAULT_PYTHON_VERSION)
481481
@nox.parametrize(
482482
"protobuf_implementation",
483483
["python", "upb"],

packages/google-cloud-access-context-manager/renovate.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/google-cloud-advisorynotifications/renovate.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/google-cloud-alloydb/renovate.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)