summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/files/matplotlib-3.6.3-test.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-21 12:57:06 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-04-21 12:57:06 +0000
commit47ec56ceecb885e965ff76961f9628f7e8240ec4 (patch)
tree48b6799fb6bdb5e5b079177104d70aa5ec8959d2 /dev-python/matplotlib/files/matplotlib-3.6.3-test.patch
parent966fd084f5013122fca36e02270e600751398bc4 (diff)
downloadbaldeagleos-repo-47ec56ceecb885e965ff76961f9628f7e8240ec4.tar.gz
baldeagleos-repo-47ec56ceecb885e965ff76961f9628f7e8240ec4.tar.xz
baldeagleos-repo-47ec56ceecb885e965ff76961f9628f7e8240ec4.zip
Adding metadata
Diffstat (limited to 'dev-python/matplotlib/files/matplotlib-3.6.3-test.patch')
-rw-r--r--dev-python/matplotlib/files/matplotlib-3.6.3-test.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-3.6.3-test.patch b/dev-python/matplotlib/files/matplotlib-3.6.3-test.patch
deleted file mode 100644
index 176f2f03c5c9..000000000000
--- a/dev-python/matplotlib/files/matplotlib-3.6.3-test.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 28294f8dc7305707c6e9a481c42416b2fb5714a1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Thu, 12 Jan 2023 06:39:23 +0100
-Subject: [PATCH] Increase more tolerances
-
----
- lib/matplotlib/tests/test_lines.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/matplotlib/tests/test_lines.py b/lib/matplotlib/tests/test_lines.py
-index e83a90ccb1..ddba36333f 100644
---- a/lib/matplotlib/tests/test_lines.py
-+++ b/lib/matplotlib/tests/test_lines.py
-@@ -166,7 +166,7 @@ def test_set_drawstyle():
-
-
- @image_comparison(['line_collection_dashes'], remove_text=True, style='mpl20',
-- tol=0.62)
-+ tol=0.65)
- def test_set_line_coll_dash_image():
- fig, ax = plt.subplots()
- np.random.seed(0)
---
-2.39.0
-