File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
doc/api/next_api_changes/deprecations Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ Remove unused pytest fixture
2+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+ The fixture ``matplotlib.testing.conftest.mpl_image_comparison_parameters ``
4+ is not used internally by Matplotlib. If you use this please copy it
5+ into your code base.
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ def mpl_test_settings(request):
9797
9898
9999@pytest .fixture
100+ @_api .deprecated ("3.5" , alternative = "none" )
100101def mpl_image_comparison_parameters (request , extension ):
101102 # This fixture is applied automatically by the image_comparison decorator.
102103 #
Original file line number Diff line number Diff line change 11from matplotlib .testing .conftest import (mpl_test_settings ,
2- mpl_image_comparison_parameters ,
32 pytest_configure , pytest_unconfigure ,
43 pd )
Original file line number Diff line number Diff line change 11from matplotlib .testing .conftest import (mpl_test_settings ,
2- mpl_image_comparison_parameters ,
32 pytest_configure , pytest_unconfigure )
You can’t perform that action at this time.
0 commit comments