X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/352b09c94caa1cf92972d28f7820276ed0ac84e4..7a2b8cbedd6f97a044c10784a66e2e75f9010cb8:/build/package-testing/test-package-python3-arvados-python-client.sh diff --git a/build/package-testing/test-package-python3-arvados-python-client.sh b/build/package-testing/test-package-python3-arvados-python-client.sh new file mode 100755 index 0000000000..d4e66a27b9 --- /dev/null +++ b/build/package-testing/test-package-python3-arvados-python-client.sh @@ -0,0 +1,13 @@ +#!/bin/sh +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +set -e + +arv-put --version + +/usr/share/python3/dist/python3-arvados-python-client/bin/python3 << EOF +import arvados +print("Successfully imported arvados") +EOF