upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / python-cherrypy / repos / community-any / disable-broken-testCombinedTools.patch
blobe5673c59a92f3719cd3cf9aac11eed3d261ea3ff
1 diff -upr a/cherrypy/test/test_tools.py b/cherrypy/test/test_tools.py
2 --- a/cherrypy/test/test_tools.py 2020-04-17 19:49:39.000000000 +0200
3 +++ b/cherrypy/test/test_tools.py 2020-04-22 17:01:08.273039145 +0200
4 @@ -344,6 +344,9 @@ class ToolTests(helper.CPWebCase):
5 self.assertInBody(expected_msg)
7 def testCombinedTools(self):
8 + # https://github.com/cherrypy/cherrypy/issues/1849
9 + return self.skip()
11 expectedResult = (ntou('Hello,world') +
12 europoundUnicode).encode('utf-8')
13 zbuf = io.BytesIO()