Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Jaeger c70266da43 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: Iff0494f5fc46a57792035aaf44d391cbafa0df87
2017-12-02 17:06:49 +00:00
Andreas Scheuring df600774c0 Fix an issue where no test coverage report is created
Running `tox -ecover` does not generate the coverage report.
Instead the following is displayed to the user:

    No coverage report, but warnings instead:
    Coverage.py warning: Module networking-dpm was never imported.

This patch set fixes the problem.

Change-Id: Ia2f88e4899536e935e243200093d9855f2c56dbc
2017-01-17 15:10:36 +01:00
Andreas Scheuring babc91e956 tox: don't check upper constraints
Change-Id: I0d3fb8d08a2a4f193d52e87c8583a716dc83c6c0
2017-01-17 14:49:05 +01:00
Andreas Scheuring 399bfb3e58 Inital cookiecutter commit
Closes-Bug: #1656286
Change-Id: Ie71dd6c4efa9afd977c38ceff4cc7306b9aec68b
2017-01-13 13:37:33 +01:00