dev-python/pyquery: version bump 1.4.0

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
This commit is contained in:
Michael Palimaka
2018-11-11 15:34:15 +11:00
parent ab81465f83
commit 345a3ef12f
3 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
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'Войти')