Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam committed Oct 7, 2024
1 parent f0cff5c commit 4d74fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integ/modin/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from pytest import fail

import snowflake.snowpark.modin.plugin # noqa: F401
from tests.conftest import SKIP_SQL_COUNT_CHECK
from tests.integ.modin.pandas_api_coverage import PandasAPICoverageGenerator
from tests.integ.utils.sql_counter import (
SqlCounter,
Expand Down Expand Up @@ -80,6 +79,8 @@ def auto_annotate_sql_counter(request):

@pytest.fixture(autouse=True)
def check_sql_counter_invoked(request):
from tests.conftest import SKIP_SQL_COUNT_CHECK

do_check = (
INTEG_PANDAS_SUBPATH in request.node.location[0]
and running_on_public_ci()
Expand Down

0 comments on commit 4d74fbc

Please sign in to comment.