We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ff474 commit 5d4d8caCopy full SHA for 5d4d8ca
tox.ini
@@ -119,8 +119,8 @@ extras=
119
pandas
120
secure-local-storage
121
commands =
122
- {env:SNOWFLAKE_PYTEST_CMD} -n auto -m "aio and unit" -vvv {posargs:} test
123
- {env:SNOWFLAKE_PYTEST_CMD} -n auto -m "aio and integ" -vvv {posargs:} test
+ {env:SNOWFLAKE_PYTEST_CMD} -n auto -m "aio and unit and not sso and not pandas and not lambda" -vvv {posargs:} test
124
125
[testenv:aio-unsupported-python]
126
description = Run aio connector on unsupported python versions
0 commit comments