Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef2cf8c + 9b1972d commit 6b01761Copy full SHA for 6b01761
1 file changed
lib/matplotlib/testing/conftest.py
@@ -53,8 +53,6 @@ def mpl_test_settings(request):
53
if backend is not None:
54
plt.switch_backend(prev_backend)
55
56
- assert matplotlib.get_backend() == 'agg'
57
-
58
59
@pytest.fixture
60
def mpl_image_comparison_parameters(request, extension):
0 commit comments