components/python/glance_store/patches/no-tests.patch
changeset 5405 66fd59fecd68
parent 3998 5bd484384122
child 6787 a2032b82c122
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
     1 In-house patch to remove the reference to glance_store's tests in the
     1 In-house patch to remove the reference to glance_store's tests in the
     2 Python package's entry_points.txt file. Without this change, a warning
     2 Python package's entry_points.txt file. Without this change, a warning
     3 is printed in some of the Glance service logs. Not suitable for the
     3 is printed in some of the Glance service logs. Not suitable for the
     4 upstream.
     4 upstream.
     5 
     5 
     6 --- glance_store-0.1.10/setup.cfg.orig	2014-11-17 12:15:39.000000000 -0800
     6 --- glance_store-0.4.0/setup.cfg.orig	2014-11-17 12:15:39.000000000 -0800
     7 +++ glance_store-0.1.10/setup.cfg	2015-01-27 09:38:35.386243430 -0800
     7 +++ glance_store-0.4.0/setup.cfg	2015-01-27 09:38:35.386243430 -0800
     8 @@ -33,8 +33,6 @@ glance_store.drivers =
     8 @@ -33,8 +33,6 @@ glance_store.drivers =
     9  	cinder = glance_store._drivers.cinder:Store
     9  	cinder = glance_store._drivers.cinder:Store
    10  	gridfs = glance_store._drivers.gridfs:Store
    10  	gridfs = glance_store._drivers.gridfs:Store
    11  	vmware = glance_store._drivers.vmware_datastore:Store
    11  	vmware = glance_store._drivers.vmware_datastore:Store
    12 -	# TESTS ONLY
    12 -	# TESTS ONLY