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

Skip to content

Commit 260e21f

Browse files
authored
Merge pull request #12048 from meeseeksmachine/auto-backport-of-pr-12047-on-v3.0.x
Backport PR #12047 on branch v3.0.x (Remove asserting about current backend at the end of mpl_test_settings.)
2 parents c2c744d + 5c78893 commit 260e21f

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)