[Python-checkins] cpython (3.3): #20719: Disable the robotparser python.org test until the gzip encoding issue

georg.brandl python-checkins at python.org
Sun Mar 2 09:22:53 CET 2014


http://hg.python.org/cpython/rev/540ce9bb19e8
changeset:   89452:540ce9bb19e8
branch:      3.3
parent:      89333:d8f48717b74e
user:        Georg Brandl <georg at python.org>
date:        Sun Feb 23 08:45:15 2014 +0100
summary:
  #20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted.

files:
  Lib/test/test_robotparser.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_robotparser.py b/Lib/test/test_robotparser.py
--- a/Lib/test/test_robotparser.py
+++ b/Lib/test/test_robotparser.py
@@ -275,6 +275,7 @@
                 self.skipTest('%s is unavailable' % url)
             self.assertEqual(parser.can_fetch("*", robots_url), False)
 
+    @unittest.skip('does not handle the gzip encoding delivered by pydotorg')
     def testPythonOrg(self):
         support.requires('network')
         with support.transient_internet('www.python.org'):

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list