Commit Graph

4 Commits

Author SHA1 Message Date
Vu Cong Tuan 1bd1f9e639 Switch to stestr
According to Openstack summit session [1], stestr is maintained project
to which all Openstack projects should migrate. Let's switch to stestr
as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I4defbb8d866ae847253d4873891f7d2eb2593ed6
2018-07-24 08:34:10 +07:00
Andreas Jaeger 00774de466 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: Ie3e9a337a2ee160ccdbcdd3681d2caeb6518c085
2017-12-02 17:03:40 +00:00
Adam Reznechek 85ef946a09 Add tox_install.sh for pypowervm upper-constraints workaround
With the recent addition of pypowervm to upper-constraints, installs
of ceilometer-powervm are now by default enforcing the version set there.
Since the master branch of ceilometer-powervm depends on the develop
version of pypowervm, this causes installs to fail.

This changeset adds a wrapper script (tox_install.sh) that edits
the upper-constraints file and replaces the pypowervm version pin
then sets pypowervm to be installed from source instead.

Change-Id: Ib60ee84ecb168991439ac5d097ba07a62d2329a7
2016-11-16 19:59:51 +00:00
kairoaraujo 2bb305dd39 Port over pretty_tox.sh from nova-powervm
nova-powervm has a bash script that uses the ostestr package to
format the output from tox in a 'pretty' format. It makes it
much more readable. pretty_tox.sh is pulled from Nova and
nova-powervm as-is and enabled in tox.ini.

Change-Id: I9e90c4d595b95ae02be244163f27d87409e3a078
2016-02-10 15:35:29 -02:00