Skip to content

Commit

Permalink
Merge pull request #518 from vidartf/test-cleanup
Browse files Browse the repository at this point in the history
Add missing fixture
  • Loading branch information
vidartf committed Mar 9, 2020
2 parents 133c4bf + 2cd6efe commit d330173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbdime/tests/test_hg_differ.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_hg_diff_driver_ignore_flags(filespath, capsys, needs_hg, reset_diff_tar


@pytest.mark.timeout(timeout=WEB_TEST_TIMEOUT)
def test_hg_web_diff_driver(filespath, unique_port, reset_log):
def test_hg_web_diff_driver(filespath, unique_port, reset_log, ioloop_patch):
# Simulate a call from `hg diff` to check basic driver functionality

fn1 = os.path.join(filespath, 'foo--1.ipynb')
Expand Down

0 comments on commit d330173

Please sign in to comment.