Skip to content

Commit

Permalink
Update spyder/app/tests/test_mainwindow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <ccordoba12@gmail.com>
  • Loading branch information
2 people authored and Quentin Peter committed Jun 23, 2022
1 parent 2a05642 commit e3437cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder/app/tests/test_mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -5055,8 +5055,8 @@ def test_out_runfile_runcell(main_window, qtbot):

@pytest.mark.slow
@pytest.mark.skipif(
PY2 or not sys.platform.startswith('linux'),
reason="Not supported for python 2, Does not work on Mac and Windows!")
not sys.platform.startswith('linux'),
reason="Does not work on Mac and Windows")
@flaky(max_runs=3)
@pytest.mark.parametrize("thread", [False, True])
def test_print_frames(main_window, qtbot, tmpdir, thread):
Expand Down

0 comments on commit e3437cd

Please sign in to comment.