#! /bin/sh

set -e

# All test exclusions are listed and described in pytest-base
debian/tests/pytest-base --deselect=spyder/app/tests/test_mainwindow.py \
  --deselect=spyder/plugins/ipythonconsole/tests/test_ipythonconsole.py
