#!/bin/sh

python3 -m pytest -m 'not webtest' -k 'not (test_warning or test_sparqleval or test_parser)'
