Skip to content

Commit 5142a01

Browse files
authored
Minor tweak to comment in noxfile.py to trigger K.
1 parent c99c05c commit 5142a01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/google-cloud-firestore/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ def prerelease_deps(session, protobuf_implementation):
577577
system_test_folder_path = os.path.join("tests", "system")
578578
if os.path.exists(system_test_folder_path):
579579
if not creds_path:
580-
# DO NOT use session.error here.
581580
# In CI Prerelease jobs, we expect credentials to be missing.
582581
print("SKIPPING SYSTEM TESTS: No credentials found in environment.")
583582
else:

0 commit comments

Comments
 (0)