We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89645b8 commit febcaadCopy full SHA for febcaad
lib/matplotlib/testing/conftest.py
@@ -97,6 +97,7 @@ def mpl_test_settings(request):
97
98
99
@pytest.fixture
100
+@_api.deprecated("3.5", alternative="none")
101
def mpl_image_comparison_parameters(request, extension):
102
# This fixture is applied automatically by the image_comparison decorator.
103
#
lib/matplotlib/tests/conftest.py
@@ -1,4 +1,3 @@
1
from matplotlib.testing.conftest import (mpl_test_settings,
2
- mpl_image_comparison_parameters,
3
pytest_configure, pytest_unconfigure,
4
pd)
lib/mpl_toolkits/tests/conftest.py
@@ -1,3 +1,2 @@
pytest_configure, pytest_unconfigure)
0 commit comments