diff --git a/concourse_unit_test_task b/concourse_unit_test_task new file mode 100644 index 0000000000..48b5005de0 --- /dev/null +++ b/concourse_unit_test_task @@ -0,0 +1,8 @@ +export DEBIAN_FRONTEND=noninteractive && \ +export TOX_CONSTRAINTS_FILE=https://raw.githubusercontent.com/sapcc/requirements/stable/2023.1-m3/upper-constraints.txt && \ +apt-get update && \ +apt-get install -y build-essential python3-pip python3-dev git libpcre++-dev gettext && \ +pip3 install tox "six>=1.14.0" && \ +git clone -b stable/2023.1-m3 --single-branch https://github.com/sapcc/manila.git --depth=1 && \ +cd manila && \ +tox -e py3