Skip to content

Commit febcaad

Browse files
committed
TST/MNT: deprecate unused fixture
This is left over from an early pass at nose -> pytest conversion
1 parent 89645b8 commit febcaad

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

lib/matplotlib/testing/conftest.py

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def mpl_test_settings(request):
9797

9898

9999
@pytest.fixture
100+
@_api.deprecated("3.5", alternative="none")
100101
def mpl_image_comparison_parameters(request, extension):
101102
# This fixture is applied automatically by the image_comparison decorator.
102103
#

lib/matplotlib/tests/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
from matplotlib.testing.conftest import (mpl_test_settings,
2-
mpl_image_comparison_parameters,
32
pytest_configure, pytest_unconfigure,
43
pd)

lib/mpl_toolkits/tests/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
from matplotlib.testing.conftest import (mpl_test_settings,
2-
mpl_image_comparison_parameters,
32
pytest_configure, pytest_unconfigure)

0 commit comments

Comments
 (0)