Global requirements for OpenStack
cc7031c27e
If projects.txt is going to be the basis for select-mirror in the gate, we should also list projects in projects.txt that need to be constrained by the mirror for their testing. In order to do that, we need to not try to unconditionally update setup.py, since devstack and devstack-gate do not have it. openstack/requirements itself also does not use the mirror, so remove it from the list. Change-Id: Iea33e8f4d5453bf413f3d479b85eaed99938b302 |
||
---|---|---|
tests | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
dev-requirements.txt | ||
global-requirements.txt | ||
MANIFEST.in | ||
projects.txt | ||
README.rst | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini | ||
update.py |
Global dependencies for OpenStack Projects
To use this, run:
python update.py path/to/project
Entries in requirements.txt and test-requirements.txt will have their versions updated to match the entires listed here. Any entries in the target project which do not first exist here will be removed. No entries will be added.