Merge "Port to Python 3"

This commit is contained in:
Jenkins
2015-04-08 16:39:04 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 1 deletions

View File

@@ -77,4 +77,4 @@ class JobBinaryTest(base.BaseTestCase):
resp = self.client.job_binaries.get_file('id')
self.assertEqual(url, self.responses.last_request.url)
self.assertEqual('data', resp)
self.assertEqual(b'data', resp)

View File

@@ -17,6 +17,9 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[global]
setup-hooks = pbr.hooks.setup_hook