Merge branch '16039-fuse-forward-slash-sub'
authorTom Clegg <tom@tomclegg.ca>
Fri, 14 Feb 2020 20:12:40 +0000 (15:12 -0500)
committerTom Clegg <tom@tomclegg.ca>
Fri, 14 Feb 2020 20:12:40 +0000 (15:12 -0500)
fixes #16039

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

1  2 
sdk/cwl/setup.py

diff --combined sdk/cwl/setup.py
index 62ceab2fa11c1895983cd518fb2d4370a49da986,07d6beffd68bef7370b25f74694d28f869250c2c..d4bb6d102a935780e13921fe546119244c0364e1
@@@ -36,7 -36,8 +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',
@@@ -60,8 -61,8 +61,8 @@@
        ],
        test_suite='tests',
        tests_require=[
 -          'mock>=1.0',
 +          'mock>=1.0,<4',
            'subprocess32>=3.5.1',
        ],
-       zip_safe=True
      )
+       zip_safe=True,
+ )