summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/files/matplotlib-3.3.2-test-extra.patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-07 13:40:07 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-07 13:40:07 +0000
commit15aac4a8e9b6e2fc64b76469f6628bf0eb1898c6 (patch)
treec5e2500328cc31fca36a29bdec40870dfd066e83 /dev-python/matplotlib/files/matplotlib-3.3.2-test-extra.patch
parent85349e528dec543ac3ebf47f16f6c973d7a9b4ea (diff)
downloadbaldeagleos-repo-15aac4a8e9b6e2fc64b76469f6628bf0eb1898c6.tar.gz
baldeagleos-repo-15aac4a8e9b6e2fc64b76469f6628bf0eb1898c6.tar.xz
baldeagleos-repo-15aac4a8e9b6e2fc64b76469f6628bf0eb1898c6.zip
Adding metadata
Diffstat (limited to 'dev-python/matplotlib/files/matplotlib-3.3.2-test-extra.patch')
-rw-r--r--dev-python/matplotlib/files/matplotlib-3.3.2-test-extra.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-3.3.2-test-extra.patch b/dev-python/matplotlib/files/matplotlib-3.3.2-test-extra.patch
deleted file mode 100644
index 1fff166295b2..000000000000
--- a/dev-python/matplotlib/files/matplotlib-3.3.2-test-extra.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 5d2f40b312966c08436b4495980313f2dacd9750 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
-Date: Tue, 15 Sep 2020 23:48:05 +0200
-Subject: [PATCH] Increase tolerance for test_transparent_markers
-
----
- lib/matplotlib/tests/test_axes.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/matplotlib/tests/test_axes.py b/lib/matplotlib/tests/test_axes.py
-index 412dd2471..52a32f9f1 100644
---- a/lib/matplotlib/tests/test_axes.py
-+++ b/lib/matplotlib/tests/test_axes.py
-@@ -3500,7 +3500,7 @@ def test_hist_labels():
- assert l[2][0].get_label() == '00'
-
-
--@image_comparison(['transparent_markers'], remove_text=True)
-+@image_comparison(['transparent_markers'], remove_text=True, tol=5)
- def test_transparent_markers():
- np.random.seed(0)
- data = np.random.random(50)
---
-2.28.0
-