testtools was moved to main requirements file
Since now murano engine doesn't start without testools package it should be in requirements.txt file rather than optional test-requirements.txt Change-Id: Ia2669b0d229378ef6c17c7976ade16b3e94105be
This commit is contained in:
parent
d77aeefd61
commit
b67cce1fd3
@ -18,7 +18,8 @@ six>=1.9.0 # MIT
|
||||
netaddr!=0.7.16,>=0.7.12 # BSD
|
||||
PyYAML>=3.1.0 # MIT
|
||||
jsonpatch>=1.1 # BSD
|
||||
keystonemiddleware!=4.1.0,>=4.0.0 # Apache-2.0
|
||||
keystonemiddleware>=4.0.0,!=4.1.0 # Apache-2.0
|
||||
testtools>=1.4.0 # MIT
|
||||
yaql>=1.0.0 # Apache 2.0 License
|
||||
|
||||
# For paste.util.template used in keystone.common.template
|
||||
|
@ -14,7 +14,6 @@ tempest-lib>=0.13.0 # Apache-2.0
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testresources>=0.2.4 # Apache-2.0/BSD
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
testtools>=1.4.0 # MIT
|
||||
unittest2 # BSD
|
||||
pylint==1.4.5 # GNU GPL v2
|
||||
requests!=2.9.0,>=2.8.1 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user