Commit Graph

2 Commits

Author SHA1 Message Date
Andreas Jaeger 9f2bbc229c Avoid tox_install.sh for constraints support
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: If030c81dfb5b1e016cf5335815a7e6e65b921a7c
2017-12-02 17:04:55 +00:00
Tony Breeds 05b2c645bb Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove mox3.

Change-Id: I45b01a7cfca742233ac1f63a17d72cd96a6830ba
2017-01-05 08:47:58 +11:00