Merge "Remove unused httplib2"
This commit is contained in:
commit
41a07d63bf
@ -237,8 +237,7 @@ class GoogleBackupDriverTestCase(test.TestCase):
|
||||
self.assertEqual('gcscinderbucket', backup.container)
|
||||
|
||||
@gcs_client
|
||||
@mock.patch('httplib2.proxy_info_from_url')
|
||||
def test_backup_proxy_configured(self, mock_proxy_info):
|
||||
def test_backup_proxy_configured(self):
|
||||
# Configuration overwrites enviromental variable
|
||||
proxy_cfg = "http://myproxy.example.com"
|
||||
os.environ['http_proxy'] = proxy_cfg + '_fake'
|
||||
|
@ -6,7 +6,6 @@ pbr>=5.8.0 # Apache-2.0
|
||||
decorator>=4.4.2 # BSD
|
||||
eventlet>=0.30.1,!=0.32.0 # MIT
|
||||
greenlet>=0.4.16 # MIT
|
||||
httplib2>=0.18.1 # MIT
|
||||
iso8601>=0.1.12 # MIT
|
||||
jsonschema>=3.2.0 # MIT
|
||||
keystoneauth1>=4.2.1 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user