potiuk commented on PR #56187:
URL: https://github.com/apache/airflow/pull/56187#issuecomment-3536663926

   Also - this seems like a "dev" dependency only which suggests that what you 
need there, is really only in tests:
   
   ```
   [dependency-groups]
   dev = [
       "apache-airflow",
       "apache-airflow-devel-common",
       "apache-airflow-shared-observability[all]",
   ]
   ```
   
   
   In this case the **right** approach is to move whatever is needed for tests 
to "apache-airflow-devel-common" - because there we keep all the things that 
are only needed for tests and are reusable between different distributions.


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