josix commented on code in PR #46146:
URL: https://github.com/apache/airflow/pull/46146#discussion_r1935254785


##########
tests/always/test_project_structure.py:
##########
@@ -22,12 +22,66 @@
 import mmap
 import os
 import pathlib
+from itertools import chain
 
 import pytest
 
-ROOT_FOLDER = pathlib.Path(__file__).parents[2]
-PROVIDERS_SRC = ROOT_FOLDER.joinpath("providers", "src")
-PROVIDERS_TESTS = ROOT_FOLDER.joinpath("providers", "tests")
+DUMMY_PROVIDER = "blank"
+
+
+class ProvidersFileStructureToggle:

Review Comment:
   resolved in 3919efc33ba2974055b4f4f819216e489698f4a7



-- 
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