From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- .../files/pyquery-1.4.0-network-tests.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 dev-python/pyquery/files/pyquery-1.4.0-network-tests.patch (limited to 'dev-python/pyquery/files') diff --git a/dev-python/pyquery/files/pyquery-1.4.0-network-tests.patch b/dev-python/pyquery/files/pyquery-1.4.0-network-tests.patch deleted file mode 100644 index 337728794bb9..000000000000 --- a/dev-python/pyquery/files/pyquery-1.4.0-network-tests.patch +++ /dev/null @@ -1,22 +0,0 @@ -Disable test that requires a network connection. - ---- a/tests/test_pyquery.py -+++ b/tests/test_pyquery.py -@@ -613,10 +613,10 @@ - self.s.shutdown() - - --class TestWebScrappingEncoding(TestCase): -- -- def test_get(self): -- d = pq(u'http://ru.wikipedia.org/wiki/Заглавная_страница', -- method='get') -- print(d) -- self.assertEqual(d('#pt-login').text(), u'Войти') -+#class TestWebScrappingEncoding(TestCase): -+# -+# def test_get(self): -+# d = pq(u'http://ru.wikipedia.org/wiki/Заглавная_страница', -+# method='get') -+# print(d) -+# self.assertEqual(d('#pt-login').text(), u'Войти') -- cgit v1.2.3