Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ def default(session):
"auto", # Use all available CPU cores
"--quiet",
"--durations=50",
# Suppress redundant deprecation warnings to reduce JUnit XML size.
# Suppress all warnings to reduce JUnit XML size.
"-W",
"ignore:You are using a Python version (3.10.19):FutureWarning",
"ignore",
# Disable capturing stdout/stderr for passed tests to reduce XML bloat.
"-o",
"junit_log_passing_tests=False",
Expand Down
Loading