DOC: Removing duplicate code

This commit is contained in:
Eric Dill 2015-07-31 11:44:03 -04:00
parent d050ee4e65
commit 7938d82a61
1 changed files with 0 additions and 4 deletions

View File

@ -71,8 +71,6 @@ def test_wide_resize():
_assert_mapping(vb, view1, size1)
skipreason = ('unclear why these tests are failing. skipping until someone '
'has time to fix it.')
@pytest.mark.skipif(True, reason=skipreason)
def test_tall_resize():
# test tall resize
@ -85,8 +83,6 @@ def test_tall_resize():
_assert_mapping(vb, view1, size1)
skipreason = ('unclear why these tests are failing. skipping until someone '
'has time to fix it.')
@pytest.mark.skipif(True, reason=skipreason)
def test_aspect_radio_constraint():
# test limits + resize (aspect ratio constraint has priority over limits