Skip to content

Commit e218269

Browse files
Add explanation for tox.ini olddriver change
1 parent 52773d7 commit e218269

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ skip_install = True
8686
setenv = {[testenv]setenv}
8787
passenv = {[testenv]passenv}
8888
commands =
89+
# Unit and pandas tests are already skipped for the old driver (see test/conftest.py). Avoid walking those
90+
# directories entirely to avoid loading any potentially incompatible subdirectories' own conftest.py files.
8991
{env:SNOWFLAKE_PYTEST_CMD} --ignore=test/unit --ignore=test/pandas -m "not skipolddriver" -vvv {posargs:} test
9092

9193
[testenv:noarrowextension]

0 commit comments

Comments
 (0)