#!/bin/sh -e

set -x # print executed commands to the terminal

uvx --with python-dateutil --with six pytest "${@}"
