diff --git a/pytest.ini b/pytest.ini index 81511e9..5cc9776 100644 --- a/pytest.ini +++ b/pytest.ini @@ -14,18 +14,10 @@ addopts = --durations=10 --ignore=IPython/sphinxext --ignore=IPython/terminal/pt_inputhooks --ignore=IPython/__main__.py - --ignore=IPython/config.py - --ignore=IPython/frontend.py - --ignore=IPython/html.py - --ignore=IPython/nbconvert.py - --ignore=IPython/nbformat.py - --ignore=IPython/parallel.py - --ignore=IPython/qt.py --ignore=IPython/external/qt_for_kernel.py --ignore=IPython/html/widgets/widget_link.py --ignore=IPython/html/widgets/widget_output.py --ignore=IPython/terminal/console.py - --ignore=IPython/terminal/ptshell.py --ignore=IPython/utils/_process_cli.py --ignore=IPython/utils/_process_posix.py --ignore=IPython/utils/_process_win32.py