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

Vinson Lee vlee at freedesktop.org
Thu Jun 30 21:14:06 UTC 2016


On Thu, Jun 30, 2016 at 12:16 PM, Dylan Baker <dylan at pnwbakers.com> wrote:
> 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
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit

Reviewed-by: Vinson Lee <vlee at freedesktop.org>


More information about the Piglit mailing list