File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
packages/google-cloud-dns Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -426,9 +426,7 @@ def prerelease_deps(session, protobuf_implementation):
426426 # version, the first version we test with in the unit tests sessions has a
427427 # constraints file containing all dependencies and extras.
428428 with open (
429- CURRENT_DIRECTORY
430- / "testing"
431- / f"constraints-{ ALL_PYTHON [0 ]} .txt" ,
429+ CURRENT_DIRECTORY / "testing" / f"constraints-{ ALL_PYTHON [0 ]} .txt" ,
432430 encoding = "utf-8" ,
433431 ) as constraints_file :
434432 constraints_text = constraints_file .read ()
@@ -512,9 +510,7 @@ def core_deps_from_source(session, protobuf_implementation):
512510 # version, the first version we test with in the unit tests sessions has a
513511 # constraints file containing all dependencies and extras.
514512 with open (
515- CURRENT_DIRECTORY
516- / "testing"
517- / f"constraints-{ ALL_PYTHON [0 ]} .txt" ,
513+ CURRENT_DIRECTORY / "testing" / f"constraints-{ ALL_PYTHON [0 ]} .txt" ,
518514 encoding = "utf-8" ,
519515 ) as constraints_file :
520516 constraints_text = constraints_file .read ()
You can’t perform that action at this time.
0 commit comments