File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,7 @@ def _get_arrow_lib_as_linker_input(self):
263263 'pytest-cov' ,
264264 'pytest-rerunfailures' ,
265265 'pytest-timeout' ,
266+ 'pytest-xdist' ,
266267 'coverage' ,
267268 'pexpect' ,
268269 'mock' ,
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ setenv =
4646 unit-integ: SNOWFLAKE_TEST_TYPE = (unit or integ)
4747 !unit-!integ: SNOWFLAKE_TEST_TYPE = (unit or integ)
4848 unit: SNOWFLAKE_TEST_TYPE = unit
49+ unit: SNOWFLAKE_PYTEST_OPTS = {env:SNOWFLAKE_PYTEST_OPTS:} -n auto
4950 integ: SNOWFLAKE_TEST_TYPE = integ
5051 # Add common parts into pytest command
5152 SNOWFLAKE_PYTEST_COV_LOCATION = {env:JUNIT_REPORT_DIR:{toxworkdir}}/junit.{envname}-{env:cloud_provider:dev}.xml
8788 pytest-cov
8889 pytest-rerunfailures
8990 pytest-timeout
91+ pytest-xdist
9092 mock
9193skip_install = True
9294setenv = {[testenv]setenv}
You can’t perform that action at this time.
0 commit comments