ignore:Method .ptp is deprecated:FutureWarning:numpy.core.fromnumeric
ignore::DeprecationWarning:nbconvert.exporters.exporter_locator
ignore:Using or importing the ABCs:DeprecationWarning:jinja2.utils
+ ignore:Converting `np.integer`:DeprecationWarning:scipy.stats.morestats
error:genfromdta:FutureWarning
error:StataReader:FutureWarning
error:Estimation of VARMA:statsmodels.tools.sm_exceptions.EstimationWarning
return age, labels
+# TODO: Remove once SciPy 1.5.0 is the minimum
+IGNORE_VISIBLE_DEPR = """\
+ignore:Creating an ndarray from ragged nested sequences:\
+numpy.VisibleDeprecationWarning:"""
+
+
+@pytest.mark.filterwarnings(IGNORE_VISIBLE_DEPR)
@pytest.mark.matplotlib
def test_violinplot(age_and_labels, close_figures):
age, labels = age_and_labels
'label_rotation': 30})
+@pytest.mark.filterwarnings(IGNORE_VISIBLE_DEPR)
@pytest.mark.matplotlib
def test_violinplot_bw_factor(age_and_labels, close_figures):
age, labels = age_and_labels