Skip to content

Commit a32f426

Browse files
tacaswellQuLogic
authored andcommitted
TST: update and enable 'default' style tests
1 parent 4e507ae commit a32f426

34 files changed

+405
-509
lines changed

lib/matplotlib/testing/decorators.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ def remove_text(figure):
214214

215215
def test(self):
216216
baseline_dir, result_dir = _image_directories(self._func)
217-
if self._style != 'classic':
218-
raise KnownFailureTest('temporarily disabled until 2.0 tag')
219217
for fignum, baseline in zip(plt.get_fignums(), self._baseline_images):
220218
for extension in self._extensions:
221219
will_fail = not extension in comparable_formats()
Binary file not shown.
Loading

0 commit comments

Comments
 (0)