Skip to content

Commit 42772dc

Browse files
committed
tests: fix prerelease tests
1 parent 27d46a7 commit 42772dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-dns/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def prerelease_deps(session, protobuf_implementation):
428428
with open(
429429
CURRENT_DIRECTORY
430430
/ "testing"
431-
/ f"constraints-{UNIT_TEST_PYTHON_VERSIONS[0]}.txt",
431+
/ f"constraints-{ALL_PYTHON[0]}.txt",
432432
encoding="utf-8",
433433
) as constraints_file:
434434
constraints_text = constraints_file.read()
@@ -514,7 +514,7 @@ def core_deps_from_source(session, protobuf_implementation):
514514
with open(
515515
CURRENT_DIRECTORY
516516
/ "testing"
517-
/ f"constraints-{UNIT_TEST_PYTHON_VERSIONS[0]}.txt",
517+
/ f"constraints-{ALL_PYTHON[0]}.txt",
518518
encoding="utf-8",
519519
) as constraints_file:
520520
constraints_text = constraints_file.read()

0 commit comments

Comments
 (0)