nuclearpinguin commented on a change in pull request #6472: [AIRFLOW-6058] Running tests with pytest URL: https://github.com/apache/airflow/pull/6472#discussion_r350637795
########## File path: tests/__init__.py ########## @@ -20,4 +20,4 @@ # flake8: noqa from .api import * # type: ignore -from .core import * # type: ignore +from .test_core import * # type: ignore Review comment: It seems that everything can be removed from this `__init__` ;) ---------------------------------------------------------------- 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] With regards, Apache Git Services
