From 13e4f194c414887746db9255da3fb406b94d857f Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Fri, 30 Nov 2018 15:32:27 -0500 Subject: [PATCH] 14558: Version dependency fixes. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- .../test-package-python27-python-arvados-cwl-runner.sh | 4 ++++ sdk/cwl/setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build/package-testing/test-package-python27-python-arvados-cwl-runner.sh b/build/package-testing/test-package-python27-python-arvados-cwl-runner.sh index 0274c8f45e..e499238d89 100755 --- a/build/package-testing/test-package-python27-python-arvados-cwl-runner.sh +++ b/build/package-testing/test-package-python27-python-arvados-cwl-runner.sh @@ -3,6 +3,10 @@ # # SPDX-License-Identifier: AGPL-3.0 +set -e + +arvados-cwl-runner --version + exec python <= 3.6.4', 'ruamel.yaml >=0.15.54, <=0.15.77', - 'arvados-python-client>=1.1.4.20180607143841', + 'arvados-python-client>=1.2.1.20181130020805', 'setuptools', 'ciso8601 >=1.0.6, <2.0.0', 'subprocess32>=3.5.1', -- 2.30.2