Skip to content

Commit 6e17f8a

Browse files
committed
Testing: Run test_tk_backend because it should work now
1 parent 9fd6c44 commit 6e17f8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spyder/plugins/ipythonconsole/tests/test_ipythonconsole.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ def test_auto_backend(ipyconsole, qtbot):
330330

331331
@flaky(max_runs=3)
332332
@pytest.mark.tk_backend
333-
@pytest.mark.skipif(os.name == 'nt', reason="Fails on Windows")
334333
def test_tk_backend(ipyconsole, qtbot):
335334
"""Test that the Tkinter backend was set correctly."""
336335
# Wait until the window is fully up

0 commit comments

Comments
 (0)