We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27c7c4 commit 45f42d2Copy full SHA for 45f42d2
tests.py
@@ -5,6 +5,9 @@
5
# See http://somethingaboutorange.com/mrl/projects/nose/1.0.0/usage.html
6
# for options.
7
8
+import matplotlib
9
+matplotlib.use('agg')
10
+
11
import nose
12
from matplotlib.testing.noseclasses import KnownFailure
13
from matplotlib import default_test_modules
0 commit comments