Sync requirements and fix pep8 errors
Sync the requirements from the global list and fix a few pep8 issues caused by not using the proper template for creating the repository. Change-Id: I5407712c34f35d4699aed130fcd0877414b6bc2c
This commit is contained in:
parent
eb461bc6b5
commit
25ab247bfc
@ -12,4 +12,4 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
|
@ -1,3 +1,3 @@
|
||||
fixtures>=0.3.14
|
||||
testtools>=0.9.32
|
||||
testtools>=0.9.34
|
||||
mock>=1.0
|
||||
|
2
setup.py
2
setup.py
@ -19,4 +19,4 @@ import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr'],
|
||||
pbr=True)
|
||||
pbr=True)
|
||||
|
@ -1,7 +1,7 @@
|
||||
hacking>=0.8.0,<0.9
|
||||
|
||||
discover
|
||||
python-subunit
|
||||
python-subunit>=0.0.18
|
||||
testrepository>=0.0.17
|
||||
testscenarios>=0.4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user