pythonPackages.zconfig: 3.0.3 -> 3.2.0

This commit is contained in:
adisbladis
2017-07-14 11:06:29 +08:00
parent 8ea9602ed8
commit 7d19959ac5
3 changed files with 40 additions and 17 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/ZConfig/tests/test_schema2html.py b/ZConfig/tests/test_schema2html.py
index 838cf7c..52daf4e 100644
--- a/ZConfig/tests/test_schema2html.py
+++ b/ZConfig/tests/test_schema2html.py
@@ -74,6 +74,7 @@ else:
class TestSchema2HTML(unittest.TestCase):
+ @unittest.skip('broken test (https://github.com/zopefoundation/ZConfig/issues/34)')
def test_no_schema(self):
self.assertRaises(SystemExit,
run_transform)