15881: Skip docker tests if docker is not available.
[arvados.git] / sdk / cwl / setup.py
index 5475848786c9aeca90b00dc19599e410c8703e7b..95730a69b11199bff6f20f7051ab91141d9c1acd 100644 (file)
@@ -39,7 +39,7 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==2.0.20200303141624',
+          'cwltool==3.0.20200317203547',
           'schema-salad==5.0.20200302192450',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',