jakemraz opened a new issue, #26514: URL: https://github.com/apache/airflow/issues/26514
### Apache Airflow version Other Airflow 2 version ### What happened when I installed the airflow 2.1.4 with the constraints-3.8 using below command pip install "apache-airflow[celery]==2.1.4" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.1.4/constraints-3.8.txt" it returns the error "ERROR: launchpadlib 1.10.13 requires testresources, which is not installed." so, I installed testresources with the command of "pip install testresources" after that the installation was finished. I think [constrains-3.8.txt](https://raw.githubusercontent.com/apache/airflow/constraints-2.1.4/constraints-3.8.txt) should contains testresources package information. please consider. ### What you think should happen instead successfully installed ### How to reproduce pip install "apache-airflow[celery]==2.1.4" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.1.4/constraints-3.8.txt" ### Operating System Ubuntu 20.04.5 LTS ### Versions of Apache Airflow Providers 2.1.4 ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
