#!/bin/sh
mkdir -p $AUTOPKGTEST_TMP/emptydir
cd $AUTOPKGTEST_TMP/emptydir
pytest-3 --pyargs opentimestamps.tests -k "not test_git.py"

