git clone https://opendev.org/openstack/cinder.git
git checkout remotes/origin/stable/victoria
sed "s/^flake8-logging-format/# flake8-logging-format /" ./test-requirements.txt
sed -i "s/^flake8-logging-format/# flake8-logging-format /" ./test-requirements.txt
/root/cinder/.tox/pep8/bin/python -m pip install \
nose \
-r requirements.txt \
-r test-requirements.txt \
--trusted-host mirrors.cloud.aliyuncs.com \
--trusted-host pypi.org
Ignoring importlib-metadata: markers 'python_version < "3.8"' don't match your environment
ERROR: Could not find a version that satisfies the requirement test-requirements.txt (from versions: none)
ERROR: No matching distribution found for test-requirements.txt