diff --git a/qtconsole/tests/test_qtconsoleapp.py b/qtconsole/tests/test_qtconsoleapp.py index 10a9fa96..e16627cf 100644 --- a/qtconsole/tests/test_qtconsoleapp.py +++ b/qtconsole/tests/test_qtconsoleapp.py @@ -58,7 +58,7 @@ def test_shortcut_traitlets(): @pytest.mark.parametrize( "shortcut", ["undo", "redo", "copy", "cut", "paste", "print", "clear", - "export", "close", "select_all"]) + "close", "select_all"]) def test_custom_shortcut_manager(shortcut): """ Verify that the shortcuts traitlets are set with a custom value. """