[Python-modules-commits] [nevow] 03/08: Disable nevow.test.test_appserver.Logging.test_oldStyle
Tristan Seligmann
mithrandi at moszumanska.debian.org
Wed Feb 3 15:24:43 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 17790d2803a57fc710075ce9de1489d07294f0f7
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 896803c..76529e5 100644
--- a/nevow/test/test_appserver.py
+++ b/nevow/test/test_appserver.py
@@ -214,6 +214,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