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

   Also just to add to this :
   
   ```
   pip install -e ".['devel']"
   ```
   
   The envs in current `pyproject.toml` look like that (which means that 
hatch-managed envs will have `devel` extra installed by default):
   
   ```
   
┏━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
   ┃ Name        ┃ Type    ┃ Features ┃ Description                             
                      ┃
   
┡━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
   │ default     │ virtual │ devel    │ Default environment with Python 3.8 for 
maximum compatibility │
   
├─────────────┼─────────┼──────────┼───────────────────────────────────────────────────────────────┤
   │ airflow-38  │ virtual │ devel    │ Environment with Python 3.8             
                      │
   
├─────────────┼─────────┼──────────┼───────────────────────────────────────────────────────────────┤
   │ airflow-39  │ virtual │ devel    │ Environment with Python 3.9             
                      │
   
├─────────────┼─────────┼──────────┼───────────────────────────────────────────────────────────────┤
   │ airflow-310 │ virtual │ devel    │ Environment with Python 3.10            
                      │
   
├─────────────┼─────────┼──────────┼───────────────────────────────────────────────────────────────┤
   │ airflow-311 │ virtual │ devel    │ Environment with Python 3.11            
                      │
   
└─────────────┴─────────┴──────────┴───────────────────────────────────────────────────────────────┘
   
   ```
   
   And I also added documentation everywhere to make sure that `devel` is 
necessary.
   
   


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