#!/bin/sh

set -e
set -x

PYTHONPATH=`pwd`/src python3 -m pytest tests -v -k 'not test_version_attributes_deprecated'
