setuptools version
setuptools==58.0.2
Python version
Python 3.7
OS
CentOS Linux 7 (in Docker)
Additional environment information
Running code in gitlab ci/cd docker runner. Gitlab version 14.0.1.
Description
We run pip3 install --upgrade setuptools pip and after that pip3 install -r requirements-dev.txt with following content:
mock
coverage
flake8
mypy
pytest
apache-airflow==1.10.11
types-PyYAML
types-requests
Until yesterday this step finished in under 2 minutes with setuptools==58.0.0. Today newer version of setuptools has been pulled which made step timeout after 1hr. The job is stuck on pip3 install step with croniter package being consistently the last one (stuck for ~55 minutes) before timeout happens.
Expected behavior
pip3 install -r requirements-dev.txt finishes ok
How to Reproduce
run pip3 install --upgrade setuptools pip and after that pip3 install -r requirements-dev.txt with following content:
mock
coverage
flake8
mypy
pytest
apache-airflow==1.10.11
types-PyYAML
types-requests
Output
Downloading https://xxx/artifactory/api/pypi/ISP-PyPI/packages/packages/28/27/f2c883373aa58fe77ecfc09a984f1ae52bc05790c0eee66b87f65d14cbfe/croniter-0.3.23.tar.gz (18 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
Downloading https://xxx/artifactory/api/pypi/ISP-PyPI/packages/packages/79/f1/3d9dac6f43a1f789ad79c1dc2589e7389fc4f0c4753a451485ecb326c357/croniter-0.3.22.tar.gz (18 kB)
Downloading https://xxx/artifactory/api/pypi/ISP-PyPI/packages/packages/69/84/1a839fdb454929b2f5f34dfc0f6ae9c393193e4c088fa62b37ec318c0df4/croniter-0.3.20.tar.gz (18 kB)
ERROR: Job failed: execution took longer than 1h0m0s seconds
Code of Conduct
setuptools version
setuptools==58.0.2
Python version
Python 3.7
OS
CentOS Linux 7 (in Docker)
Additional environment information
Running code in gitlab ci/cd docker runner. Gitlab version 14.0.1.
Description
We run pip3 install --upgrade setuptools pip and after that pip3 install -r requirements-dev.txt with following content:
Until yesterday this step finished in under 2 minutes with setuptools==58.0.0. Today newer version of setuptools has been pulled which made step timeout after 1hr. The job is stuck on pip3 install step with croniter package being consistently the last one (stuck for ~55 minutes) before timeout happens.
Expected behavior
pip3 install -r requirements-dev.txt finishes ok
How to Reproduce
run pip3 install --upgrade setuptools pip and after that pip3 install -r requirements-dev.txt with following content:
Output
Code of Conduct