We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d46a7 commit 42772dcCopy full SHA for 42772dc
1 file changed
packages/google-cloud-dns/noxfile.py
@@ -428,7 +428,7 @@ def prerelease_deps(session, protobuf_implementation):
428
with open(
429
CURRENT_DIRECTORY
430
/ "testing"
431
- / f"constraints-{UNIT_TEST_PYTHON_VERSIONS[0]}.txt",
+ / f"constraints-{ALL_PYTHON[0]}.txt",
432
encoding="utf-8",
433
) as constraints_file:
434
constraints_text = constraints_file.read()
@@ -514,7 +514,7 @@ def core_deps_from_source(session, protobuf_implementation):
514
515
516
517
518
519
520
0 commit comments