#!/bin/bash
set -e

cp -r tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
python3 -m pytest --verbose -k 'not code_format and not python2' --ignore tests/system/resources


