Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions packages/google-ai-generativelanguage/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-analytics-admin/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-analytics-data/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-apps-script-type/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-area120-tables/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-access-approval/renovate.json

This file was deleted.

16 changes: 8 additions & 8 deletions packages/google-cloud-access-context-manager/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@

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


DEFAULT_PYTHON_VERSION = "3.10"

UNIT_TEST_PYTHON_VERSIONS: List[str] = [
"3.7",
"3.8",
Expand All @@ -44,6 +41,9 @@
"3.12",
"3.13",
]

DEFAULT_PYTHON_VERSION = UNIT_TEST_PYTHON_VERSIONS[-1]

UNIT_TEST_STANDARD_DEPENDENCIES = [
"mock",
"asyncmock",
Expand Down Expand Up @@ -136,7 +136,7 @@ def format(session):
@nox.session(python=DEFAULT_PYTHON_VERSION)
def lint_setup_py(session):
"""Verify that setup.py is valid (including RST check)."""
session.install("docutils", "pygments")
session.install("docutils", "pygments", "setuptools")
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")


Expand Down Expand Up @@ -295,7 +295,7 @@ def cover(session):
session.run("coverage", "erase")


@nox.session(python=DEFAULT_PYTHON_VERSION)
@nox.session(python="3.10")
def docs(session):
"""Build the docs for this library."""

Expand Down Expand Up @@ -330,7 +330,7 @@ def docs(session):
)


@nox.session(python=DEFAULT_PYTHON_VERSION)
@nox.session(python="3.10")
def docfx(session):
"""Build the docfx yaml files for this library."""

Expand Down Expand Up @@ -376,7 +376,7 @@ def docfx(session):
)


@nox.session(python="3.13")
@nox.session(python=DEFAULT_PYTHON_VERSION)
@nox.parametrize(
"protobuf_implementation",
["python", "upb", "cpp"],
Expand Down Expand Up @@ -477,7 +477,7 @@ def prerelease_deps(session, protobuf_implementation):
)


@nox.session(python="3.13")
@nox.session(python=DEFAULT_PYTHON_VERSION)
@nox.parametrize(
"protobuf_implementation",
["python", "upb"],
Expand Down
12 changes: 0 additions & 12 deletions packages/google-cloud-access-context-manager/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-advisorynotifications/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-alloydb/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-api-gateway/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-api-keys/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-apigee-connect/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-apigee-registry/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-appengine-admin/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-appengine-logging/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-artifact-registry/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-asset/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-assured-workloads/renovate.json

This file was deleted.

16 changes: 8 additions & 8 deletions packages/google-cloud-audit-log/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@

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


DEFAULT_PYTHON_VERSION = "3.10"

UNIT_TEST_PYTHON_VERSIONS: List[str] = [
"3.7",
"3.8",
Expand All @@ -44,6 +41,9 @@
"3.12",
"3.13",
]

DEFAULT_PYTHON_VERSION = UNIT_TEST_PYTHON_VERSIONS[-1]

UNIT_TEST_STANDARD_DEPENDENCIES = [
"mock",
"asyncmock",
Expand Down Expand Up @@ -136,7 +136,7 @@ def format(session):
@nox.session(python=DEFAULT_PYTHON_VERSION)
def lint_setup_py(session):
"""Verify that setup.py is valid (including RST check)."""
session.install("docutils", "pygments")
session.install("docutils", "pygments", "setuptools")
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")


Expand Down Expand Up @@ -295,7 +295,7 @@ def cover(session):
session.run("coverage", "erase")


@nox.session(python=DEFAULT_PYTHON_VERSION)
@nox.session(python="3.10")
def docs(session):
"""Build the docs for this library."""

Expand Down Expand Up @@ -330,7 +330,7 @@ def docs(session):
)


@nox.session(python=DEFAULT_PYTHON_VERSION)
@nox.session(python="3.10")
def docfx(session):
"""Build the docfx yaml files for this library."""

Expand Down Expand Up @@ -376,7 +376,7 @@ def docfx(session):
)


@nox.session(python="3.13")
@nox.session(python=DEFAULT_PYTHON_VERSION)
@nox.parametrize(
"protobuf_implementation",
["python", "upb", "cpp"],
Expand Down Expand Up @@ -470,7 +470,7 @@ def prerelease_deps(session, protobuf_implementation):
)


@nox.session(python="3.13")
@nox.session(python=DEFAULT_PYTHON_VERSION)
@nox.parametrize(
"protobuf_implementation",
["python", "upb"],
Expand Down
12 changes: 0 additions & 12 deletions packages/google-cloud-audit-log/renovate.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/google-cloud-automl/renovate.json

This file was deleted.

Loading
Loading