python.pkgs.zconfig: remove obsolete patch
This commit is contained in:
parent
f6cb659fbd
commit
73eb15fe6a
|
@ -15,8 +15,7 @@ buildPythonPackage rec {
|
|||
sha256 = "22d7fd3b8b12405f4856898995fd69e40bbe239c4c689502ee6d766a7368f585";
|
||||
};
|
||||
|
||||
patches = [ ./skip-broken-test.patch ]
|
||||
++ stdenv.lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch;
|
||||
patches = stdenv.lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch;
|
||||
|
||||
buildInputs = [ manuel docutils ];
|
||||
propagatedBuildInputs = [ zope_testrunner ];
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
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)
|
Loading…
Reference in New Issue