Skip to content

Commit a4612b9

Browse files
committed
revert
1 parent 79beb1f commit a4612b9

282 files changed

Lines changed: 2 additions & 282 deletions

File tree

Some content is hidden

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

.kokoro/presubmit/system.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Only run this nox session.
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "core_deps_from_source"
6+
value: "system-3.12"
77
}
88

99
env_vars: {

packages/bigframes/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,4 +1092,3 @@ def mypy(session):
10921092
"--explicit-package-bases",
10931093
'--exclude="^third_party"',
10941094
)
1095-

packages/bigquery-magics/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,4 +546,3 @@ def mypy(session):
546546
# TODO(https://github.com/googleapis/google-cloud-python/issues/16014):
547547
# Add mypy tests
548548
session.skip("mypy tests are not yet supported")
549-

packages/db-dtypes/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,4 +547,3 @@ def mypy(session):
547547
"--ignore-missing-imports",
548548
*session.posargs,
549549
)
550-

packages/django-google-spanner/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,4 +491,3 @@ def format(session: nox.sessions.Session) -> None:
491491
"--line-length=88", # Standard Black line length
492492
*LINT_PATHS,
493493
)
494-

packages/gapic-generator/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,4 +846,4 @@ def core_deps_from_source(session, protobuf_implementation):
846846
"""Run all tests with core dependencies installed from source."""
847847
# TODO(https://github.com/googleapis/google-cloud-python/issues/16185):
848848
# Implement logic to install core packages directly from the mono-repo directories.
849-
session.skip("core_deps_from_source session is not yet implemented for gapic-generator-python.")
849+
session.skip("core_deps_from_source session is not yet implemented for gapic-generator-python.")

packages/gcp-sphinx-docfx-yaml/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,3 @@ def docfx(session):
173173
"DocFX build postponed during migration. "
174174
"Requires resolution of Sphinx 1.5.5 / Jinja2 compatibility."
175175
)
176-

packages/google-ads-admanager/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,4 +637,3 @@ def core_deps_from_source(session, protobuf_implementation):
637637
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,
638638
},
639639
)
640-

packages/google-ads-datamanager/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,4 +637,3 @@ def core_deps_from_source(session, protobuf_implementation):
637637
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,
638638
},
639639
)
640-

packages/google-ads-marketingplatform-admin/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,4 +637,3 @@ def core_deps_from_source(session, protobuf_implementation):
637637
"PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION": protobuf_implementation,
638638
},
639639
)
640-

0 commit comments

Comments
 (0)