[ARVADOS] updated: c61379a97dd46273da01792a83f4cae9736d6adf

git at public.curoverse.com git at public.curoverse.com
Tue May 27 10:43:07 EDT 2014


Summary of changes:
 sdk/python/test_keep_client.py | 1 +
 1 file changed, 1 insertion(+)

       via  c61379a97dd46273da01792a83f4cae9736d6adf (commit)
      from  86680eab88b02d7f8bfe2f76308668957c825c36 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit c61379a97dd46273da01792a83f4cae9736d6adf
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue May 27 10:43:04 2014 -0400

    2751: Test tweak to clear settings after changing environment variables.

diff --git a/sdk/python/test_keep_client.py b/sdk/python/test_keep_client.py
index fad7872..29600e2 100644
--- a/sdk/python/test_keep_client.py
+++ b/sdk/python/test_keep_client.py
@@ -109,6 +109,7 @@ class KeepProxyTestCase(unittest.TestCase):
         # run_keep_proxy() in setUpClass()
         os.environ["ARVADOS_KEEP_PROXY"] = KeepProxyTestCase.arvados_keep_proxy
         os.environ["ARVADOS_EXTERNAL_CLIENT"] = ""
+        arvados.config._settings = None
 
         baz_locator = arvados.Keep.put('baz')
         self.assertEqual(baz_locator,

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list