Merge "Remove unused httplib2"

This commit is contained in:
Zuul 2024-11-20 14:06:18 +00:00 committed by Gerrit Code Review
commit 41a07d63bf
2 changed files with 1 additions and 3 deletions
cinder/tests/unit/backup/drivers
requirements.txt

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