Update python packages to use version_at_commit script
[arvados.git] / build / run-build-packages.sh
index 3173aa7057eed439e7827aec3f70cc384226f869..f00d0c03101210da37bd8cf06d9becfddcd21766 100755 (executable)
@@ -349,6 +349,8 @@ if [[ -e "$WORKSPACE/cwltest" ]]; then
        rm -rf "$WORKSPACE/cwltest"
 fi
 git clone https://github.com/common-workflow-language/cwltest.git
+# last release to support python 2.7
+(cd cwltest && git checkout 1.0.20190906212748)
 # signal to our build script that we want a cwltest executable installed in /usr/bin/
 mkdir cwltest/bin && touch cwltest/bin/cwltest
 fpm_build_virtualenv "cwltest" "cwltest"