summaryrefslogtreecommitdiff
path: root/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch')
-rw-r--r--dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch b/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch
deleted file mode 100644
index dbc4908321d9..000000000000
--- a/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://github.com/mwaskom/seaborn/commit/db7ae11750fc2dfb695457239708448d54e9b8cd
-
-From db7ae11750fc2dfb695457239708448d54e9b8cd Mon Sep 17 00:00:00 2001
-From: Michael Waskom <mwaskom@users.noreply.github.com>
-Date: Wed, 25 Jan 2023 16:58:26 -0500
-Subject: [PATCH] Update test to reflect change in matplotlib 3.7 (#3236)
-
---- a/tests/test_axisgrid.py
-+++ b/tests/test_axisgrid.py
-@@ -331,7 +331,7 @@ def test_subplot_kws(self):
- g = ag.FacetGrid(self.df, despine=False,
- subplot_kws=dict(projection="polar"))
- for ax in g.axes.flat:
-- assert "PolarAxesSubplot" in str(type(ax))
-+ assert "PolarAxes" in ax.__class__.__name__
-
- def test_gridspec_kws(self):
- ratios = [3, 1, 2]
-