From ed21938b6462f31e27b7358487b62e058b32eb5f Mon Sep 17 00:00:00 2001 From: Eric Dill Date: Fri, 31 Jul 2015 14:51:34 -0400 Subject: [PATCH] MNT: Need to import pytest... --- pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py b/pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py index ff34e2ad..68f4f497 100644 --- a/pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py +++ b/pyqtgraph/graphicsItems/ViewBox/tests/test_ViewBox.py @@ -1,5 +1,6 @@ #import PySide import pyqtgraph as pg +import pytest app = pg.mkQApp() qtest = pg.Qt.QtTest.QTest