diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-10-17 01:41:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-10-17 01:41:11 +0000 |
| commit | 3d498ef72631d4b3dcf8154bc081f603baf932fe (patch) | |
| tree | 9993f6456488c26f74ecfb0fd52c2471cf9df14c /dev-python/matplotlib/files | |
| parent | b81bb148afa7638325497a38e2eb6d57d1559dfb (diff) | |
| download | baldeagleos-repo-3d498ef72631d4b3dcf8154bc081f603baf932fe.tar.gz baldeagleos-repo-3d498ef72631d4b3dcf8154bc081f603baf932fe.tar.xz baldeagleos-repo-3d498ef72631d4b3dcf8154bc081f603baf932fe.zip | |
Adding metadata
Diffstat (limited to 'dev-python/matplotlib/files')
| -rw-r--r-- | dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch b/dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch index 3f76705745df..cf641ff753ef 100644 --- a/dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch +++ b/dev-python/matplotlib/files/matplotlib-3.4.3-test-extra.patch @@ -23,3 +23,16 @@ index 55e375311..684f38fb7 100644 -- 2.32.0 +diff --git a/lib/matplotlib/tests/test_image.py b/lib/matplotlib/tests/test_image.py +index c635564..4352942 100644 +--- a/lib/matplotlib/tests/test_image.py ++++ b/lib/matplotlib/tests/test_image.py +@@ -872,7 +872,7 @@ def test_imshow_endianess(): + + + @image_comparison(['imshow_masked_interpolation'], +- tol=0 if platform.machine() == 'x86_64' else 0.01, ++ tol=0.01, + remove_text=True, style='mpl20') + def test_imshow_masked_interpolation(): + |
