uranusjr commented on code in PR #57789:
URL: https://github.com/apache/airflow/pull/57789#discussion_r2489072659
##########
airflow-core/docs/installation/installing-from-pypi.rst:
##########
@@ -89,6 +89,9 @@ Airflow installation.
As of Airflow 3.1, constraint files do not contain developer dependencies
such as pytest, moto and
other development dependencies that are only used in tests.
+ Some providers can be not available for specific python version. If you
are using constraints, make sure
+ that all providers version are there. Provider will be (silently) not
installed if it is not present in constraints.
Review Comment:
What does it mean to “make sure all providers version are there?” Where is
“there?” This should describe ths situation better.
Also the second sentence does not make sense. Constraints are meant to
_constrain_, and a package missing from the constraint file does not lead to it
being not installed. This smells like you are not using the constraint file as
intended (with [`pip install
-c`](https://pip.pypa.io/en/stable/user_guide/#constraints-files))
--
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]