Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 43a9294

Browse files
committed
adds -s flag in the hopes of enabling debugging in remote repo
1 parent f836528 commit 43a9294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def unit(session, protobuf_implementation):
220220
session.run(
221221
"py.test",
222222
"--quiet",
223+
"-s",
223224
f"--junitxml=unit_{session.python}_sponge_log.xml",
224225
"--cov=google",
225226
"--cov=tests/unit",

0 commit comments

Comments
 (0)