Skip to content

Commit

Permalink
Fix PEP8 issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaverde committed Aug 15, 2017
1 parent f59d199 commit b23d8aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spyder/app/tests/test_mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ def test_calltip(main_window, qtbot):
@flaky(max_runs=3)
@pytest.mark.skipif(os.name != 'nt' and PYQT5 or os.name == 'nt' and PY2,
reason="It times out on Linux with PyQt5."
"It makes to not finish the test run on Windows with Python 2.")
"It makes to not finish the test run on Windows"
"with Python 2.")
@pytest.mark.skipif(not JEDI_010,
reason="This feature is only supported in jedy >= 0.10")
@pytest.mark.timeout(timeout=60, method='thread')
Expand Down

0 comments on commit b23d8aa

Please sign in to comment.