Skip to content

Commit d289065

Browse files
pwuertzQuLogic
authored andcommitted
Regenerate pgf test baseline images for mpl 2.0 release
1 parent a32f426 commit d289065

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
Binary file not shown.

lib/matplotlib/tests/test_backend_pgf.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
from matplotlib.testing.compare import compare_images, ImageComparisonFailure
1818
from matplotlib.testing.decorators import (_image_directories, switch_backend,
1919
cleanup)
20-
from matplotlib.testing.noseclasses import KnownFailureTest
21-
2220
baseline_dir, result_dir = _image_directories(lambda: 'dummy func')
2321

2422

@@ -43,8 +41,6 @@ def check_for(texsystem):
4341

4442

4543
def compare_figure(fname, savefig_kwargs={}, tol=0):
46-
# TODO remove this before tagging 2.0
47-
raise KnownFailureTest('temporarily disabled until 2.0 tag')
4844
actual = os.path.join(result_dir, fname)
4945
plt.savefig(actual, **savefig_kwargs)
5046

0 commit comments

Comments
 (0)