Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling committed Oct 21, 2024
1 parent dd68d0d commit 8b323c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/unit/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
#
import pytest

from snowflake.connector._utils import _TrackedQueryCancellationTimer
try:
from snowflake.connector._utils import _TrackedQueryCancellationTimer
except ImportError:
pass

pytestmark = pytest.mark.skipolddriver

Expand Down

0 comments on commit 8b323c5

Please sign in to comment.