Skip to content
Merged
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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ commands =
--tb=no \
--show-capture=no \
--disable-warnings \
-m "not slow and not benchmark and not derived_test" \
-m "json_loader and not derived_test" \
-n auto --maxprocesses 7 \
# loadgroup: serialize xdist_group("bigmem") tests onto one worker to limit peak memory
--dist=loadgroup \
Expand Down
Loading