[Python-modules-commits] [nevow] 02/10: Disable nevow.test.test_appserver.Logging.test_oldStyle
Tristan Seligmann
mithrandi at moszumanska.debian.org
Wed Feb 17 14:57:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository nevow.
commit 889c3fbdef475eca9288aeefd3608bfa39d0c6f2
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Thu Oct 8 10:00:07 2015 -0700
Disable nevow.test.test_appserver.Logging.test_oldStyle
The format of request log messages changed in Twisted 14.0, but this test
hardcodes a formatted log message, meaning it will either not work on Twisted
13.2, or Twisted 14.0, depending on which version is used in the test.
Origin: vendor
Bug: https://github.com/twisted/nevow/issues/41
Last-Update: 2014-06-22
Patch-Name: 41-disable-test_oldstyle
---
nevow/test/test_appserver.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/nevow/test/test_appserver.py b/nevow/test/test_appserver.py
index 1096c3e..a82ab0d 100644
--- a/nevow/test/test_appserver.py
+++ b/nevow/test/test_appserver.py
@@ -233,6 +233,8 @@ class Logging(testutil.TestCase):
['fakeaddress2', '-', '-', 'faketime', 'GET /foo HTTP/1.0', '200', '6',
'fakerefer', 'fakeagent'])
+ test_oldStyle.skip = 'Skipped due to Twisted compatibility issues'
+
def test_newStyle(self):
class FakeLogger(object):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/nevow.git
More information about the Python-modules-commits
mailing list