Skip to content

Commit 791fe94

Browse files
will single test cause issues
1 parent 8228c03 commit 791fe94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ setenv =
124124
SNOWFLAKE_PYTEST_OPTS = {env:SNOWFLAKE_PYTEST_OPTS:} -n auto
125125
commands =
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]
130130
description = Run aio connector on unsupported python versions

0 commit comments

Comments
 (0)