TommyDew42 commented on issue #24820:
URL: https://github.com/apache/airflow/issues/24820#issuecomment-1187747103

   @potiuk
   I think we'll just add a length check to 
[tags](https://github.com/apache/airflow/blob/main/airflow/models/dag.py#L345).
   If we have a tag with length >= 100, we raise an exception.
   
   But I'm not sure how we pip install the dependencies. I 
[read](https://github.com/apache/airflow/blob/main/LOCAL_VIRTUALENV.rst#creating-a-local-virtualenv)
 that only `pip` installation is officially supported.
   
   I wonder if 
[dev/requirements.txt](https://github.com/apache/airflow/blob/main/dev/requirements.txt)
 & 
[docker_test/requirements.txt](https://github.com/apache/airflow/blob/main/docker_tests/requirements.txt)
 are all the requirements.txt that can get us to run unit tests? Thanks a lot!


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