#!/bin/sh

set -e

export LC_ALL=C.UTF-8
export LANG=C.UTF-8
export TZ=UTC

python3 -m pytest -k 'not test_mysql_query_conversion' tests
