Skip to content

Commit

Permalink
fixup! Removed microsoft from providers/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Feb 8, 2025
1 parent 958b7de commit 9ff9a0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions providers/microsoft/azure/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
from unittest.mock import MagicMock

import pytest

pytest_plugins = "tests_common.pytest_plugin"

from httpx import Headers, Response
from msgraph_core import APIVersion

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,6 @@ testing = ["dev", "providers.tests", "task_sdk.tests", "tests_common", "tests"]
"airflow/api/auth/backend/kerberos_auth.py" = ["E402"]
"airflow/security/kerberos.py" = ["E402"]
"airflow/security/utils.py" = ["E402"]
"providers/qdrant/tests/provider_tests/qdrant/hooks/test_qdrant.py" = ["E402"]
"providers/qdrant/tests/provider_tests/qdrant/operators/test_qdrant.py" = ["E402"]
"providers/google/tests/provider_tests/google/cloud/hooks/vertex_ai/test_auto_ml.py" = [ "E402"]
"providers/google/tests/provider_tests/google/cloud/hooks/vertex_ai/test_batch_prediction_job.py" = [ "E402"]
"providers/google/tests/provider_tests/google/cloud/hooks/vertex_ai/test_custom_job.py" = [ "E402"]
Expand All @@ -401,6 +399,9 @@ testing = ["dev", "providers.tests", "task_sdk.tests", "tests_common", "tests"]
"providers/google/tests/provider_tests/google/cloud/operators/test_vertex_ai.py" = [ "E402"]
"providers/google/tests/provider_tests/google/cloud/operators/vertex_ai/test_generative_model.py" = [ "E402"]
"providers/google/tests/provider_tests/google/cloud/triggers/test_vertex_ai.py" = [ "E402"]
"providers/microsoft/azure/tests/conftest.py" = ["E402"]
"providers/qdrant/tests/provider_tests/qdrant/hooks/test_qdrant.py" = ["E402"]
"providers/qdrant/tests/provider_tests/qdrant/operators/test_qdrant.py" = ["E402"]


# All the modules which do not follow B028 yet: https://docs.astral.sh/ruff/rules/no-explicit-stacklevel/
Expand Down

0 comments on commit 9ff9a0d

Please sign in to comment.