#! /bin/sh

set -e

debian/tests/pytest-base spyder/plugins/ipythonconsole/tests/test_ipythonconsole.py -k 'not (test_kernel_crash or test_run_script or test_console_disambiguation or test_breakpoint_builtin)'
