Skip to content

Commit 5d4d8ca

Browse files
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add audit wheel
1 parent 69ff474 commit 5d4d8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ extras=
119119
pandas
120120
secure-local-storage
121121
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
122+
{env:SNOWFLAKE_PYTEST_CMD} -n auto -m "aio and unit and not sso and not pandas and not lambda" -vvv {posargs:} test
123+
{env:SNOWFLAKE_PYTEST_CMD} -n auto -m "aio and unit and not sso and not pandas and not lambda" -vvv {posargs:} test
124124

125125
[testenv:aio-unsupported-python]
126126
description = Run aio connector on unsupported python versions

0 commit comments

Comments
 (0)