Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c78893

Browse files
jklymakMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
Backport PR #12047: Remove asserting about current backend at the end of mpl_test_settings.
1 parent 84dccc3 commit 5c78893

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/testing/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ def mpl_test_settings(request):
5353
if backend is not None:
5454
plt.switch_backend(prev_backend)
5555

56-
assert matplotlib.get_backend() == 'agg'
57-
5856

5957
@pytest.fixture
6058
def mpl_image_comparison_parameters(request, extension):

0 commit comments

Comments
 (0)