diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-29 12:45:07 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-01-29 12:45:07 +0000 |
| commit | 673cb330a8f7b6f7b0a1d98df326a5929edfc2b6 (patch) | |
| tree | 524da04c30f68746d08d609ceda70c4e30bc70d0 /dev-python/matplotlib/files | |
| parent | c9d58dce63a67058d15442870e20375feb159c8e (diff) | |
| download | baldeagleos-repo-673cb330a8f7b6f7b0a1d98df326a5929edfc2b6.tar.gz baldeagleos-repo-673cb330a8f7b6f7b0a1d98df326a5929edfc2b6.tar.xz baldeagleos-repo-673cb330a8f7b6f7b0a1d98df326a5929edfc2b6.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/matplotlib/files')
| -rw-r--r-- | dev-python/matplotlib/files/matplotlib-3.3.4-test-extra.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-3.3.4-test-extra.patch b/dev-python/matplotlib/files/matplotlib-3.3.4-test-extra.patch new file mode 100644 index 000000000000..0c62334086a6 --- /dev/null +++ b/dev-python/matplotlib/files/matplotlib-3.3.4-test-extra.patch @@ -0,0 +1,12 @@ +diff -dupr a/lib/mpl_toolkits/tests/test_mplot3d.py b/lib/mpl_toolkits/tests/test_mplot3d.py +--- a/lib/mpl_toolkits/tests/test_mplot3d.py 2021-01-29 10:43:01.196582153 +0100 ++++ b/lib/mpl_toolkits/tests/test_mplot3d.py 2021-01-29 10:44:36.084875177 +0100 +@@ -150,7 +150,7 @@ def test_contourf3d_fill(): + ax.set_zlim(-1, 1) + + +-@mpl3d_image_comparison(['tricontour.png']) ++@mpl3d_image_comparison(['tricontour.png'], tol=0.02) + def test_tricontour(): + fig = plt.figure() + |
