#!/bin/sh -e

export XDG_RUNTIME_DIR=$AUTOPKGTEST_TMP/runtime
export HOME=$AUTOPKGTEST_TMP/home
mkdir -p $XDG_RUNTIME_DIR $HOME
chmod 0700 $XDG_RUNTIME_DIR

python3 -m pytest --ignore=notebook/tests/selenium
