diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2642e28ed053a..5231bd247ebdc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -580,6 +580,7 @@ repos: files: > (?x) ^providers/airbyte/.*\.py$| + ^providers/apache/iceberg/.*\.py$| ^providers/apache/beam/.*\.py$| ^providers/cloudant/.*\.py$| ^providers/cohere/.*\.py$| diff --git a/providers/apache/iceberg/tests/unit/apache/iceberg/hooks/test_iceberg.py b/providers/apache/iceberg/tests/unit/apache/iceberg/hooks/test_iceberg.py index f11e1d4ea6297..28ce20d777d31 100644 --- a/providers/apache/iceberg/tests/unit/apache/iceberg/hooks/test_iceberg.py +++ b/providers/apache/iceberg/tests/unit/apache/iceberg/hooks/test_iceberg.py @@ -19,13 +19,10 @@ from unittest.mock import Mock, patch -import pytest import requests_mock from airflow.providers.apache.iceberg.hooks.iceberg import IcebergHook -pytestmark = pytest.mark.db_test - def test_iceberg_hook(): access_token = "eyJ0eXAiOiJKV1QiLCJhbGciOiJSU"