potiuk commented on code in PR #46608:
URL: https://github.com/apache/airflow/pull/46608#discussion_r1957072477


##########
providers/microsoft/mssql/tests/conftest.py:
##########
@@ -16,43 +16,4 @@
 # under the License.
 from __future__ import annotations
 
-import pathlib
-import re
-from inspect import currentframe
-from os.path import dirname, join, realpath
-
-import pytest
-
 pytest_plugins = "tests_common.pytest_plugin"
-
-
[email protected](tryfirst=True)
-def pytest_configure(config: pytest.Config) -> None:
-    deprecations_ignore_path = 
pathlib.Path(__file__).parent.joinpath("deprecations_ignore.yml")
-    dep_path = [deprecations_ignore_path] if deprecations_ignore_path.exists() 
else []
-    config.inicfg["airflow_deprecations_ignore"] = (
-        config.inicfg.get("airflow_deprecations_ignore", []) + dep_path  # 
type: ignore[assignment,operator]
-    )
-
-
-def remove_license_header(content: str) -> str:

Review Comment:
   Same here - those methods are moved to "test_utils" inside the provider.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to