uranusjr commented on pull request #15317: URL: https://github.com/apache/airflow/pull/15317#issuecomment-817325708
Hmm… so `--import-mode=importlib` would cause issues for pytest to resolve `from tests.helm_template_generator` to `/chart/tests/helm_template_generator.py`, since `/chart` is not in `sys.path` in `importlib` mode. I still think the removal of `/chart/tests/__init__.py` is correct and not problematic, since the directory does not become a namespace package without the file, but instead not a package at all. But if the decision is to still not do it, I guess I can use workarounds to use the very useful `-k` option 🤷 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
