Merge lp:~johannes.erdfelt/glance/fix-pip-requires into lp:~hudson-openstack/glance/trunk

Proposed by Johannes Erdfelt
Status: Merged
Approved by: Jay Pipes
Approved revision: 170
Merged at revision: 169
Proposed branch: lp:~johannes.erdfelt/glance/fix-pip-requires
Merge into: lp:~hudson-openstack/glance/trunk
Diff against target: 21 lines (+1/-1)
2 files modified
Authors (+1/-0)
tools/pip-requires (+0/-1)
To merge this branch: bzr merge lp:~johannes.erdfelt/glance/fix-pip-requires
Reviewer Review Type Date Requested Status
Jay Pipes (community) Approve
Brian Waldon (community) Approve
Josh Kearney (community) Approve
Review via email: mp+69821@code.launchpad.net

Description of the change

Remove unnecessary hashlib entry in pip-requires.

Glance currently requires at least Python 2.5 (and actually 2.6 because of inconsistent use of with_statement) which includes hashlib as part of the standard library.

To post a comment you must log in.
Revision history for this message
Josh Kearney (jk0) :
review: Approve
Revision history for this message
Brian Waldon (bcwaldon) wrote :

Fine with me. I want to double-check with Jay on the supported python versions, though.

review: Approve
Revision history for this message
Jay Pipes (jaypipes) :
review: Approve
Revision history for this message
OpenStack Infra (hudson-openstack) wrote :
Download full text (15.8 KiB)

The attempt to merge lp:~johannes.erdfelt/glance/fix-pip-requires into lp:glance failed. Below is the output from the failed tests.

running test
running egg_info
creating glance.egg-info
writing glance.egg-info/PKG-INFO
writing top-level names to glance.egg-info/top_level.txt
writing dependency_links to glance.egg-info/dependency_links.txt
writing manifest file 'glance.egg-info/SOURCES.txt'
reading manifest file 'glance.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'ChangeLog'
writing manifest file 'glance.egg-info/SOURCES.txt'
running build_ext

We test the following: ... ok
We test the following: ... ok
Test for LP Bugs #736295, #767203 ... ok
We test conditions that produced LP Bug #768969, where an image ... ok
Set up three test images and ensure each query param filter works ... ok
We test the following sequential series of actions: ... ok
Ensure marker and limit query params work ... ok
Set up three test images and ensure each query param filter works ... ok
We test the process flow where a user registers an image ... ok
A test against the actual datastore backend for the registry ... ok
A test that errors coming from the POST API do not ... ok
We test that various calls to the images and root endpoints are ... ok
Upload initial image, then attempt to upload duplicate image ... ok
Set up four test images and ensure each query param filter works ... ok
We test the following sequential series of actions: ... ok
Ensure marker and limit query params work ... ok
Set up three test images and ensure each query param filter works ... ok
We test the process flow where a user registers an image ... ok
A test against the actual datastore backend for the registry ... ok
A test that errors coming from the POST API do not ... ok
We test that various calls to the images and root endpoints are ... ok
Test logging output proper when verbose and debug ... ok
Test logging output proper when verbose and debug ... ok
A test for LP bug #704854 -- Exception thrown by registry ... ok
test that images don't get deleted immediatly and that the scrubber ... ok
test that images get deleted immediately by default ... ok
Tests raises BadRequest for invalid store header ... ok
Tests to add a basic image in the file store ... ok
Tests creates a queued image for no body and no loc header ... ok
Tests creates a queued image for no body and no loc header ... ok
Test that the image contents are checksummed properly ... ok
test_bad_container_format (tests.unit.test_api.TestGlanceAPI) ... ok
test_bad_disk_format (tests.unit.test_api.TestGlanceAPI) ... ok
test_delete_image (tests.unit.test_api.TestGlanceAPI) ... ok
test_delete_non_exists_image (tests.unit.test_api.TestGlanceAPI) ... ok
Here, we try to delete an image that is in the queued state. ... ok
Test that the ETag header matches the x-image-meta-checksum ... ok
Tests that the /images/detail registry API returns a 400 ... ok
Tests that the /images registry API returns list of ... ok
Test that the image contents are checksummed properly ... ok
Test for HEAD /images/<ID> ... ok
test_show_image_basic (tests.unit.test_api.TestGlanceAPI) ... ok
test_show_non_exists_image (te...

Revision history for this message
Johannes Erdfelt (johannes.erdfelt) wrote :

Can't have an uncredited one line change now can we?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Authors'
2--- Authors 2011-07-23 00:07:38 +0000
3+++ Authors 2011-07-29 16:03:33 +0000
4@@ -10,6 +10,7 @@
5 Jason Koelker <jason@koelker.net>
6 Jay Pipes <jaypipes@gmail.com>
7 Jinwoo 'Joseph' Suh <jsuh@isi.edu>
8+Johannes Erdfelt <johannes.erdfelt@rackspace.com>
9 Josh Kearney <josh@jk0.org>
10 Justin Shepherd <jshepher@rackspace.com>
11 Ken Pepple <ken.pepple@gmail.com>
12
13=== modified file 'tools/pip-requires'
14--- tools/pip-requires 2011-07-27 21:06:01 +0000
15+++ tools/pip-requires 2011-07-29 16:03:33 +0000
16@@ -17,5 +17,4 @@
17 sqlalchemy-migrate>=0.6,<0.7
18 bzr
19 httplib2
20-hashlib
21 xattr

Subscribers

People subscribed via source and target branches