From 73eb15fe6a4530398d67ef199af08fafe6837b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 3 Dec 2018 12:05:05 +0100 Subject: [PATCH] python.pkgs.zconfig: remove obsolete patch --- pkgs/development/python-modules/zconfig/default.nix | 3 +-- .../python-modules/zconfig/skip-broken-test.patch | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 pkgs/development/python-modules/zconfig/skip-broken-test.patch diff --git a/pkgs/development/python-modules/zconfig/default.nix b/pkgs/development/python-modules/zconfig/default.nix index 94b890c79e33..3b6237638dc3 100644 --- a/pkgs/development/python-modules/zconfig/default.nix +++ b/pkgs/development/python-modules/zconfig/default.nix @@ -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 ]; diff --git a/pkgs/development/python-modules/zconfig/skip-broken-test.patch b/pkgs/development/python-modules/zconfig/skip-broken-test.patch deleted file mode 100644 index ee3fcff49036..000000000000 --- a/pkgs/development/python-modules/zconfig/skip-broken-test.patch +++ /dev/null @@ -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)