File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change
1
+ . * .swp
1
2
.tox
2
3
.cache
3
4
* .py [cod ]
Original file line number Diff line number Diff line change @@ -177,10 +177,10 @@ def pytest_runtest_setup(self, item):
177
177
import matplotlib
178
178
import matplotlib .pyplot as plt
179
179
from matplotlib .testing .compare import compare_images
180
- from matplotlib .testing .decorators import ImageComparisonTest as MplImageComparisonTest
181
180
try :
182
181
from matplotlib .testing .decorators import remove_ticks_and_titles
183
182
except ImportError :
183
+ from matplotlib .testing .decorators import ImageComparisonTest as MplImageComparisonTest
184
184
remove_ticks_and_titles = MplImageComparisonTest .remove_text
185
185
186
186
MPL_LT_15 = LooseVersion (matplotlib .__version__ ) < LooseVersion ('1.5' )
You can’t perform that action at this time.
0 commit comments