Skip to content

Commit

Permalink
Also skip flatten tests. Fixes #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 26, 2015
1 parent 01cb5a0 commit 2b1fbed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def remove_PY2_broken_tests(items):
return
broken_test_names = [
'jaraco.itertools.always_iterable',
'jaraco.itertools.flatten',
]
items[:] = (
item
Expand Down

0 comments on commit 2b1fbed

Please sign in to comment.