5de3ee9f23
Following commits migrates running monasca-notification tests from nosetest to ostestr, similar to other openstack projects. Additionally, it enables calculating coverage and py35 tests. Extra: * added debug environment with oslo_debug_helper Change-Id: I555176b7f2ed54c3222312da341d433f429c5c6a
11 lines
474 B
Plaintext
11 lines
474 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
|
|
coverage>=4.0 # Apache-2.0
|
|
mock>=2.0 # BSD
|
|
funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0
|
|
os-testr>=0.8.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
SQLAlchemy<1.1.0,>=1.0.10 # MIT
|