[ARVADOS] updated: 1.3.0-2146-ga4f57793d

Git user git at public.arvados.org
Thu Feb 13 02:56:23 UTC 2020


Summary of changes:
 build/run-tests.sh                | 4 ++--
 sdk/cwl/setup.py                  | 7 ++++---
 sdk/pam/setup.py                  | 4 ++--
 services/nodemanager/setup.py     | 4 ++--
 tools/crunchstat-summary/setup.py | 4 ++--
 5 files changed, 12 insertions(+), 11 deletions(-)

       via  a4f57793d8757c451330e6d861eb3c5af2bff3b8 (commit)
       via  3d22ea5b14644b8b66556fb5db5f41a6d84374d5 (commit)
      from  c7cd69df4727d7e3ea6469c94a905465a2dcdd47 (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 a4f57793d8757c451330e6d861eb3c5af2bff3b8
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Wed Feb 12 21:50:07 2020 -0500

    16039: Touch python clients so they run tests with the latest SDK.
    
    Otherwise, "pip install" (during "install services/nodemanager", for
    example) downgrades the SDK from the current version to the latest
    version published on pip, and all test suites run with that version,
    instead of the version we think we're testing.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index aa68933c6..07d6beffd 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -36,7 +36,8 @@ setup(name='arvados-cwl-runner',
           'bin/arvados-cwl-runner',
       ],
       # Note that arvados/build/run-build-packages.sh looks at this
-      # file to determine what version of cwltool and schema-salad to build.
+      # file to determine what version of cwltool and schema-salad to
+      # build.
       install_requires=[
           'cwltool==1.0.20190831161204',
           'schema-salad==4.5.20190815125611',
@@ -63,5 +64,5 @@ setup(name='arvados-cwl-runner',
           'mock>=1.0',
           'subprocess32>=3.5.1',
       ],
-      zip_safe=True
-      )
+      zip_safe=True,
+)
diff --git a/sdk/pam/setup.py b/sdk/pam/setup.py
index af00142a0..59b49a19f 100755
--- a/sdk/pam/setup.py
+++ b/sdk/pam/setup.py
@@ -53,5 +53,5 @@ setup(name='arvados-pam',
       ],
       test_suite='tests',
       tests_require=['pbr<1.7.0', 'mock>=1.0', 'python-pam'],
-      zip_safe=False
-      )
+      zip_safe=False,
+)
diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index a2b9a0ca9..75e8f85fb 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -56,5 +56,5 @@ setup(name='arvados-node-manager',
           'apache-libcloud==2.5.0',
           'subprocess32>=3.5.1',
       ],
-      zip_safe=False
-      )
+      zip_safe=False,
+)
diff --git a/tools/crunchstat-summary/setup.py b/tools/crunchstat-summary/setup.py
index 40c5a2f9a..557b6d3f4 100755
--- a/tools/crunchstat-summary/setup.py
+++ b/tools/crunchstat-summary/setup.py
@@ -42,5 +42,5 @@ setup(name='crunchstat_summary',
       ],
       test_suite='tests',
       tests_require=['pbr<1.7.0', 'mock>=1.0'],
-      zip_safe=False
-      )
+      zip_safe=False,
+)

commit 3d22ea5b14644b8b66556fb5db5f41a6d84374d5
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Wed Feb 12 21:47:44 2020 -0500

    16039: Install missing python dep.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 43dd3f4eb..c4c533559 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -647,8 +647,8 @@ install_env() {
     . "$VENVDIR/bin/activate"
 
     # Needed for run_test_server.py which is used by certain (non-Python) tests.
-    pip install --no-cache-dir PyYAML future \
-        || fatal "pip install PyYAML failed"
+    pip install --no-cache-dir PyYAML future httplib2 \
+        || fatal "`pip install PyYAML future httplib2` failed"
 
     # Preinstall libcloud if using a fork; otherwise nodemanager "pip
     # install" won't pick it up by default.

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list