We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99c05c commit 5142a01Copy full SHA for 5142a01
packages/google-cloud-firestore/noxfile.py
@@ -577,7 +577,6 @@ def prerelease_deps(session, protobuf_implementation):
577
system_test_folder_path = os.path.join("tests", "system")
578
if os.path.exists(system_test_folder_path):
579
if not creds_path:
580
- # DO NOT use session.error here.
581
# In CI Prerelease jobs, we expect credentials to be missing.
582
print("SKIPPING SYSTEM TESTS: No credentials found in environment.")
583
else:
0 commit comments