DOC: Remove commented out test decorator
This commit is contained in:
parent
3e9c9c93fa
commit
d6e74fe7eb
@ -12,9 +12,6 @@ def assertMapping(vb, r1, r2):
|
||||
|
||||
|
||||
# TODO fix this test!
|
||||
# @pytest.mark.skipif(True or pg.Qt.USE_PYSIDE,
|
||||
# reason=('unclear why test is failing. skipping until '
|
||||
# 'someone has time to fix it'))
|
||||
@pytest.mark.skipif(pg.Qt.USE_PYSIDE, reason="pyside does not have qTest")
|
||||
def test_ViewBox():
|
||||
qtest = pg.Qt.QtTest.QTest
|
||||
|
Loading…
Reference in New Issue
Block a user