[Piglit] [PATCH 2/2] unittests: remove unused import

Dylan Baker dylan at pnwbakers.com
Thu Jun 30 19:16:54 UTC 2016


Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 unittests/junit_backends_tests.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/unittests/junit_backends_tests.py b/unittests/junit_backends_tests.py
index d5f753a..5b0bead 100644
--- a/unittests/junit_backends_tests.py
+++ b/unittests/junit_backends_tests.py
@@ -32,7 +32,6 @@ try:
 except ImportError:
     import xml.etree.cElementTree as etree
 import nose.tools as nt
-from nose.plugins.skip import SkipTest
 
 from framework import results, backends, grouptools, status
 from . import utils
-- 
2.9.0



More information about the Piglit mailing list