Skip to content

Commit

Permalink
Testing: Skip test_load_kernel_file in PyQt4 because it segfaults too…
Browse files Browse the repository at this point in the history
… much
  • Loading branch information
ccordoba12 committed Nov 12, 2017
1 parent 03b1638 commit 9868bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/tests/test_ipythonconsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def test_load_kernel_file_from_location(ipyconsole, qtbot):


@flaky(max_runs=3)
@pytest.mark.skipif(os.name == 'nt' or (PY3 and PYQT4),
@pytest.mark.skipif(os.name == 'nt' or PYQT4,
reason="It segfaults frequently")
def test_load_kernel_file(ipyconsole, qtbot):
"""
Expand Down

0 comments on commit 9868bd6

Please sign in to comment.