Skip to content
Closed
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 tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ setenv =
COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}/.coverage.{envname}}
ci: SNOWFLAKE_PYTEST_VERBOSITY = -vvv
# Do not run doctests in parallel so coverage works
# Snowpark uses 36 workers to accelerate testing in merge gate
!doctest: SNOWFLAKE_PYTEST_PARALLELISM = -n 36
# Snowpark uses all available physical cores to accelerate testing in merge gate
!doctest: SNOWFLAKE_PYTEST_PARALLELISM = -n 128
# Snowpark uses 4 workers for daily testing since some of its test jobs use weak MacOS instances.
!doctest: SNOWFLAKE_PYTEST_DAILY_PARALLELISM = -n 6
# Set test type, either notset, unit, integ, or both
Expand Down
Loading