Skip to content

Commit d5bd31c

Browse files
matthew29tangcopybara-github
authored andcommitted
chore: Suppress warnings in pytest to prevent JUnit XML too large error.
PiperOrigin-RevId: 934664675
1 parent cf1981e commit d5bd31c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ def default(session):
220220
"auto", # Use all available CPU cores
221221
"--quiet",
222222
"--durations=50",
223-
# Suppress redundant deprecation warnings to reduce JUnit XML size.
223+
# Suppress all warnings to reduce JUnit XML size.
224224
"-W",
225-
"ignore:You are using a Python version (3.10.19):FutureWarning",
225+
"ignore",
226226
# Disable capturing stdout/stderr for passed tests to reduce XML bloat.
227227
"-o",
228228
"junit_log_passing_tests=False",

0 commit comments

Comments
 (0)