mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-03-23 04:17:27 -07:00
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
21 lines
613 B
Diff
21 lines
613 B
Diff
diff --git a/tests/test_pyquery.py b/tests/test_pyquery.py
|
||
index ca38a83..d29b27b 100644
|
||
--- a/tests/test_pyquery.py
|
||
+++ b/tests/test_pyquery.py
|
||
@@ -6,6 +6,7 @@
|
||
import os
|
||
import sys
|
||
import time
|
||
+import unittest
|
||
from lxml import etree
|
||
from pyquery.pyquery import PyQuery as pq, no_default
|
||
from pyquery.openers import HAS_REQUEST
|
||
@@ -889,6 +890,7 @@ class TestWebScrapping(TestCase):
|
||
|
||
class TestWebScrappingEncoding(TestCase):
|
||
|
||
+ @unittest.skip("needs internet")
|
||
def test_get(self):
|
||
d = pq(u'http://ru.wikipedia.org/wiki/Заглавная_страница',
|
||
method='get')
|