summaryrefslogtreecommitdiff
path: root/sci-libs/cartopy/files/cartopy-0.23.0-backport-test-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/cartopy/files/cartopy-0.23.0-backport-test-fixes.patch')
-rw-r--r--sci-libs/cartopy/files/cartopy-0.23.0-backport-test-fixes.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/cartopy/files/cartopy-0.23.0-backport-test-fixes.patch b/sci-libs/cartopy/files/cartopy-0.23.0-backport-test-fixes.patch
new file mode 100644
index 000000000000..b88d4110dd6f
--- /dev/null
+++ b/sci-libs/cartopy/files/cartopy-0.23.0-backport-test-fixes.patch
@@ -0,0 +1,13 @@
+# backport last test fix just after v0.23 release
+diff --git a/lib/cartopy/tests/mpl/test_gridliner.py b/lib/cartopy/tests/mpl/test_gridliner.py
+index 7d82178..d07573e 100644
+--- a/lib/cartopy/tests/mpl/test_gridliner.py
++++ b/lib/cartopy/tests/mpl/test_gridliner.py
+@@ -496,6 +496,7 @@ def test_gridliner_count_draws():
+ mocked.assert_called_once()
+
+
++@pytest.mark.natural_earth
+ @pytest.mark.mpl_image_compare(
+ baseline_dir='baseline_images/mpl/test_mpl_integration',
+ filename='simple_global.png')