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

Skip to content

Commit 6b01761

Browse files
authored
Merge pull request #12047 from anntzer/mpl_test_settings
Remove asserting about current backend at the end of mpl_test_settings.
2 parents ef2cf8c + 9b1972d commit 6b01761

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)