Phil, there is a fix for this. The requirements for Ocata are frozen and will not change, and OpenStack also publishes 'upper-constraints.txt' which you can provide to pip using `-c`. For example
WebOb 1.7.x is not in upper-constraints and thus this should solve your problem. It should also ensure your software is more stable as these are the versions OpenStack *actually* tests against.
Phil, there is a fix for this. The requirements for Ocata are frozen and will not change, and OpenStack also publishes 'upper- constraints. txt' which you can provide to pip using `-c`. For example
curl -O https:/ /raw.githubuser content. com/openstack/ requirements/ master/ upper-constrain ts.txt ts.txt
pip install . -c upper-constrain
WebOb 1.7.x is not in upper-constraints and thus this should solve your problem. It should also ensure your software is more stable as these are the versions OpenStack *actually* tests against.