File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ setenv =
124124 SNOWFLAKE_PYTEST_OPTS = {env:SNOWFLAKE_PYTEST_OPTS:} -n auto
125125commands =
126126 {env:SNOWFLAKE_PYTEST_CMD} -m " aio and unit" -vvv {posargs:} test
127- {env:SNOWFLAKE_PYTEST_CMD} -s " test/integ/aio_it/pandas_it/test_arrow_pandas_async.py::test_query_resultscan_combos test/integ/aio_it/test_direct_file_operation_utils_async.py::test_upload" -vvv {posargs:} test
127+ {env:SNOWFLAKE_PYTEST_CMD} -s " test/integ/aio_it/pandas_it/test_arrow_pandas_async.py::test_query_resultscan_combos" " test/integ/aio_it/test_direct_file_operation_utils_async.py::test_upload" -vvv {posargs:}
128128
129129[testenv:aio-unsupported-python]
130130description = Run aio connector on unsupported python versions
You can’t perform that action at this time.
0 commit comments