Files
scylladb/test/pytest
Konstantin Osipov 8c920add42 test: (pytest) fix the pytest wrapper to work on Ubuntu
Ubuntu doesn't have python, only python2 and python3.

Closes #11810
2022-10-20 15:53:24 +03:00

8 lines
148 B
Bash
Executable File

#!/bin/sh -e
# Modern pytest excludes site-packages, so it doesn't see scylla-driver.
# This script is a workaround.
exec python3 -m pytest "$@"