#!/bin/sh

export ANSIBLE_LOCAL_TEMP="$(mktemp -d)"
exec /usr/bin/python3 -m pytest test
