#!/bin/sh -e

# Modern pytest excludes site-packages, so it doesn't see scylla-driver.
# This script is a workaround.

exec python3 -m pytest "$@"

