d7371c5
From f75c754e2fa82a1cb24a79ca691adf3c167a1633 Mon Sep 17 00:00:00 2001
d7371c5
From: Lumir Balhar <lbalhar@redhat.com>
d7371c5
Date: Mon, 4 May 2020 08:53:00 +0200
d7371c5
Subject: [PATCH] Remove a part of a test which needs internet
d7371c5
d7371c5
---
d7371c5
 IPython/core/tests/test_display.py | 6 +-----
d7371c5
 1 file changed, 1 insertion(+), 5 deletions(-)
d7371c5
d7371c5
diff --git a/IPython/core/tests/test_display.py b/IPython/core/tests/test_display.py
d7371c5
index 04c9325..cdc7272 100644
d7371c5
--- a/IPython/core/tests/test_display.py
d7371c5
+++ b/IPython/core/tests/test_display.py
d7371c5
@@ -106,11 +106,7 @@ def test_embed_svg_url():
d7371c5
         svg = display.SVG(url=url + 'z')
d7371c5
         nt.assert_true(svg._repr_svg_().startswith('
d7371c5
 
d7371c5
-    # do it for real: 6.1kB of data
d7371c5
-    url = "https://upload.wikimedia.org/wikipedia/commons/3/30/Vector-based_example.svg"
d7371c5
-    svg = display.SVG(url=url)
d7371c5
-    nt.assert_true(svg._repr_svg_().startswith('
d7371c5
-    
d7371c5
+
d7371c5
 def test_retina_jpeg():
d7371c5
     here = os.path.dirname(__file__)
d7371c5
     img = display.Image(os.path.join(here, "2x2.jpg"), retina=True)
d7371c5
-- 
d7371c5
2.26.2
d7371c5