mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-19 16:57:28 -08:00
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
23 lines
700 B
Diff
23 lines
700 B
Diff
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'Войти')
|