From 4d1b8c28669c6d9bcf75ebbad581b4f4e40adc23 Mon Sep 17 00:00:00 2001 From: Alan Saul Date: Wed, 15 Nov 2017 15:34:42 +0000 Subject: [PATCH] Testing Again #575 --- GPy/testing/plotting_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/testing/plotting_tests.py b/GPy/testing/plotting_tests.py index c08ff17e..a9faa183 100644 --- a/GPy/testing/plotting_tests.py +++ b/GPy/testing/plotting_tests.py @@ -42,7 +42,7 @@ try: except ImportError: # matplotlib not installed from nose import SkipTest - raise SkipTest("Skipping Matplotlib testing") + raise from unittest.case import TestCase