potiuk commented on code in PR #39851:
URL: https://github.com/apache/airflow/pull/39851#discussion_r1616136140
##########
scripts/in_container/run_generate_constraints.py:
##########
@@ -384,7 +384,6 @@ def generate_constraints_pypi_providers(config_params:
ConfigParams) -> None:
run_command(
cmd=[
*config_params.get_install_command,
- "-e",
Review Comment:
We need to remove editable installation here - when installing providers
from PyPI - otherwise installing FAB provider from PyPI conflicts with
non-released-yet FAB provider when they use different FAB.
--
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]