TST: Prevent some test cases from being split

This commit is contained in:
Jonathan Kamens
2015-08-25 11:56:36 -04:00
parent 39321c2868
commit 2521263c06
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -26,6 +26,9 @@ from nose_parameterized import parameterized
import os
from unittest import TestCase
# Otherwise the next line sometimes complains about being run too late.
_multiprocess_can_split_ = False
matplotlib.use('Agg')