Skip to content

Commit 63bdf1a

Browse files
committed
make packages uv compatible
1 parent 6079062 commit 63bdf1a

266 files changed

Lines changed: 514 additions & 514 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.

packages/bigframes/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ def core_deps_from_source(session, protobuf_implementation):
10101010
]
10111011

10121012
for dep in core_dependencies_from_source:
1013-
session.install(dep, "--no-deps", "--ignore-installed")
1013+
session.install(dep, "--no-deps", "--reinstall")
10141014
print(f"Installed {dep}")
10151015

10161016
session.run(

packages/bigquery-magics/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def prerelease_deps(session):
496496
# from main to detect any potential breaking changes. For context, see:
497497
# https://github.com/googleapis/python-bigquery-pandas/issues/854
498498
session.install(
499-
"--ignore-installed",
499+
"--reinstall",
500500
# TODO(https://github.com/googleapis/google-cloud-python/pull/126): Install this again when we relax the pin.
501501
# "https://github.com/cloudspannerecosystem/spanner-graph-notebook/archive/refs/heads/main.zip",
502502
f"{CURRENT_DIRECTORY}/../google-cloud-bigquery",

packages/db-dtypes/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def core_deps_from_source(session, protobuf_implementation):
507507
]
508508

509509
for dep in core_dependencies_from_source:
510-
session.install(dep, "--no-deps", "--ignore-installed")
510+
session.install(dep, "--no-deps", "--reinstall")
511511
print(f"Installed {dep}")
512512

513513
tests_path = os.path.join("tests", "unit")

packages/google-ads-admanager/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def prerelease_deps(session, protobuf_implementation):
512512
]
513513

514514
for dep in prerel_deps:
515-
session.install("--pre", "--no-deps", "--ignore-installed", dep)
515+
session.install("--pre", "--no-deps", "--reinstall", dep)
516516
# TODO(https://github.com/grpc/grpc/issues/38965): Add `grpcio-status``
517517
# to the dictionary below once this bug is fixed.
518518
# TODO(https://github.com/googleapis/google-cloud-python/issues/13643): Add
@@ -606,7 +606,7 @@ def core_deps_from_source(session, protobuf_implementation):
606606
]
607607

608608
for dep in core_dependencies_from_source:
609-
session.install(dep, "--no-deps", "--ignore-installed")
609+
session.install(dep, "--no-deps", "--reinstall")
610610
print(f"Installed {dep}")
611611

612612
session.run(

packages/google-ads-datamanager/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def prerelease_deps(session, protobuf_implementation):
512512
]
513513

514514
for dep in prerel_deps:
515-
session.install("--pre", "--no-deps", "--ignore-installed", dep)
515+
session.install("--pre", "--no-deps", "--reinstall", dep)
516516
# TODO(https://github.com/grpc/grpc/issues/38965): Add `grpcio-status``
517517
# to the dictionary below once this bug is fixed.
518518
# TODO(https://github.com/googleapis/google-cloud-python/issues/13643): Add
@@ -606,7 +606,7 @@ def core_deps_from_source(session, protobuf_implementation):
606606
]
607607

608608
for dep in core_dependencies_from_source:
609-
session.install(dep, "--no-deps", "--ignore-installed")
609+
session.install(dep, "--no-deps", "--reinstall")
610610
print(f"Installed {dep}")
611611

612612
session.run(

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def prerelease_deps(session, protobuf_implementation):
512512
]
513513

514514
for dep in prerel_deps:
515-
session.install("--pre", "--no-deps", "--ignore-installed", dep)
515+
session.install("--pre", "--no-deps", "--reinstall", dep)
516516
# TODO(https://github.com/grpc/grpc/issues/38965): Add `grpcio-status``
517517
# to the dictionary below once this bug is fixed.
518518
# TODO(https://github.com/googleapis/google-cloud-python/issues/13643): Add
@@ -606,7 +606,7 @@ def core_deps_from_source(session, protobuf_implementation):
606606
]
607607

608608
for dep in core_dependencies_from_source:
609-
session.install(dep, "--no-deps", "--ignore-installed")
609+
session.install(dep, "--no-deps", "--reinstall")
610610
print(f"Installed {dep}")
611611

612612
session.run(

packages/google-ai-generativelanguage/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def prerelease_deps(session, protobuf_implementation):
512512
]
513513

514514
for dep in prerel_deps:
515-
session.install("--pre", "--no-deps", "--ignore-installed", dep)
515+
session.install("--pre", "--no-deps", "--reinstall", dep)
516516
# TODO(https://github.com/grpc/grpc/issues/38965): Add `grpcio-status``
517517
# to the dictionary below once this bug is fixed.
518518
# TODO(https://github.com/googleapis/google-cloud-python/issues/13643): Add
@@ -606,7 +606,7 @@ def core_deps_from_source(session, protobuf_implementation):
606606
]
607607

608608
for dep in core_dependencies_from_source:
609-
session.install(dep, "--no-deps", "--ignore-installed")
609+
session.install(dep, "--no-deps", "--reinstall")
610610
print(f"Installed {dep}")
611611

612612
session.run(

packages/google-analytics-admin/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def prerelease_deps(session, protobuf_implementation):
512512
]
513513

514514
for dep in prerel_deps:
515-
session.install("--pre", "--no-deps", "--ignore-installed", dep)
515+
session.install("--pre", "--no-deps", "--reinstall", dep)
516516
# TODO(https://github.com/grpc/grpc/issues/38965): Add `grpcio-status``
517517
# to the dictionary below once this bug is fixed.
518518
# TODO(https://github.com/googleapis/google-cloud-python/issues/13643): Add
@@ -606,7 +606,7 @@ def core_deps_from_source(session, protobuf_implementation):
606606
]
607607

608608
for dep in core_dependencies_from_source:
609-
session.install(dep, "--no-deps", "--ignore-installed")
609+
session.install(dep, "--no-deps", "--reinstall")
610610
print(f"Installed {dep}")
611611

612612
session.run(

packages/google-analytics-data/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def prerelease_deps(session, protobuf_implementation):
511511
]
512512

513513
for dep in prerel_deps:
514-
session.install("--pre", "--no-deps", "--ignore-installed", dep)
514+
session.install("--pre", "--no-deps", "--reinstall", dep)
515515
# TODO(https://github.com/grpc/grpc/issues/38965): Add `grpcio-status``
516516
# to the dictionary below once this bug is fixed.
517517
# TODO(https://github.com/googleapis/google-cloud-python/issues/13643): Add
@@ -605,7 +605,7 @@ def core_deps_from_source(session, protobuf_implementation):
605605
]
606606

607607
for dep in core_dependencies_from_source:
608-
session.install(dep, "--no-deps", "--ignore-installed")
608+
session.install(dep, "--no-deps", "--reinstall")
609609
print(f"Installed {dep}")
610610

611611
session.run(

packages/google-api-core/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def install_core_deps_dependencies(session, constraints_path):
161161
]
162162

163163
for dep in core_dependencies_from_source:
164-
session.install(dep, "--no-deps", "--ignore-installed")
164+
session.install(dep, "--no-deps", "--reinstall")
165165
print(f"Installed {dep}")
166166

167167
# Remaining dependencies

0 commit comments

Comments
 (0)