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:
Doug Hellmann 2014-02-17 13:24:45 -08:00
parent eb461bc6b5
commit 25ab247bfc
4 changed files with 4 additions and 4 deletions

View File

@ -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__)

View File

@ -1,3 +1,3 @@
fixtures>=0.3.14
testtools>=0.9.32
testtools>=0.9.34
mock>=1.0

View File

@ -19,4 +19,4 @@ import setuptools
setuptools.setup(
setup_requires=['pbr'],
pbr=True)
pbr=True)

View File

@ -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