Skip to content

Commit

Permalink
Remove failing test now showing on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sandve Alnæs committed Dec 2, 2015
1 parent b9595d9 commit a5eb3df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions nbdime/tests/test_merge.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@

import pytest

from nbdime import merge

@pytest.xfail
def test_fail():
assert False

def test_shallow_merge_dicts_delete():
# local removes an entry
b = {"b":1, "a":3}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
six
nbformat
python-coveralls

0 comments on commit a5eb3df

Please sign in to comment.