From 7938d82a61797fb54ff876cb9ef83c7ee3a15bd1 Mon Sep 17 00:00:00 2001 From: Eric Dill Date: Fri, 31 Jul 2015 11:44:03 -0400 Subject: [PATCH] DOC: Removing duplicate code --- pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py b/pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py index 8514ed5e..c3804a70 100644 --- a/pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py +++ b/pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py @@ -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