Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,9 @@ repos:
files: >
(?x)
^providers/airbyte/.*\.py$|
^providers/apache/iceberg/.*\.py$|
^providers/apache/beam/.*\.py$|
^providers/apache/flink/.*\.py$|
^providers/apache/iceberg/.*\.py$|
^providers/cloudant/.*\.py$|
^providers/cohere/.*\.py$|
^providers/datadog/.*\.py$|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
from airflow.providers.apache.flink.operators.flink_kubernetes import FlinkKubernetesOperator
from airflow.utils import timezone

pytestmark = pytest.mark.db_test


TEST_VALID_APPLICATION_YAML = """
apiVersion: flink.apache.org/v1beta1
kind: FlinkDeployment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
from airflow.providers.apache.flink.sensors.flink_kubernetes import FlinkKubernetesSensor
from airflow.utils import timezone

pytestmark = pytest.mark.db_test


TEST_NO_STATE_CLUSTER = {
"apiVersion": "flink.apache.org/v1beta1",
"kind": "FlinkDeployment",
Expand Down