Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tests for compatability with matplotlib 3.5.0 #2690

Merged
merged 4 commits into from
Oct 31, 2021
Merged

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Oct 31, 2021

Closes #2663

@codecov
Copy link

codecov bot commented Oct 31, 2021

Codecov Report

Merging #2690 (6cb1516) into master (ff0fc76) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2690   +/-   ##
=======================================
  Coverage   97.53%   97.53%           
=======================================
  Files          17       17           
  Lines        6439     6439           
=======================================
  Hits         6280     6280           
  Misses        159      159           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff0fc76...6cb1516. Read the comment docs.

@mwaskom mwaskom merged commit b13dfdb into master Oct 31, 2021
@mwaskom mwaskom deleted the compat/mpl35 branch October 31, 2021 20:52
Stannislav pushed a commit to Stannislav/seaborn that referenced this pull request Mar 28, 2022
* Update boxplot tests for mpl3.5 compatability

* Update kdeplot tests for mpl3.5 compatability

* Update legend tests for mpl3.5 compatability

* Pin docutils to avoid buggy interaction with sphinx
mwaskom pushed a commit that referenced this pull request Apr 3, 2022
* Vendor the Version package, use it instead of distutils (#2659)

* Vendor the Version package, use it instead of distutils

* add packaging license

* Fix version comparison

* Remove remaining distutils usage

* Run CI on v0.11 PRs

* Bump sphinx-bootstrap-theme to 0.8.1 in docs

* Update tests for compatability with matplotlib 3.5.0 (#2690)

* Update boxplot tests for mpl3.5 compatability

* Update kdeplot tests for mpl3.5 compatability

* Update legend tests for mpl3.5 compatability

* Pin docutils to avoid buggy interaction with sphinx

* Fix tests following #2413

Co-authored-by: Danny Sepler <[email protected]>
gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Jul 24, 2022
Some Seaborn 0.11.2 tests fail with matplotlib 3.5. This backports an
upstream patch [1] and deselects those that are not fixed by the patch.

1: mwaskom/seaborn#2690

Closes: https://bugs.gentoo.org/860384
Signed-off-by: Florian Schmaus <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

matplotlib 3.5.0b1 breaks test suite
1 participant