Skip to content

TST: Remove skip for mpl 1.5 / current dev #8402

Closed
@TomAugspurger

Description

@TomAugspurger

Follow up to #8398

This can be done now.

Remove

def _skip_if_mpl_14_or_dev_boxplot():
# GH 8382
# Boxplot failures on 1.4 and 1.4.1
# Don't need try / except since that's done at class level
import matplotlib
if LooseVersion(matplotlib.__version__) >= LooseVersion('1.4'):
pytest.skip("Matplotlib Regression in 1.4 and current dev.")

and its use in

_skip_if_mpl_14_or_dev_boxplot()

Keep an eye on matplotlib/matplotlib#3571 and matplotlib/matplotlib#3544

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions