about summary refs log tree commit diff
path: root/pkgs/development/python-modules/zconfig
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-12-03 12:05:05 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-12-03 16:50:42 +0100
commit73eb15fe6a4530398d67ef199af08fafe6837b7c (patch)
treec0059ac149489e2844797958a57358234bd6ef91 /pkgs/development/python-modules/zconfig
parentf6cb659fbd4036776dbee29a74728f84eda002aa (diff)
python.pkgs.zconfig: remove obsolete patch
Diffstat (limited to 'pkgs/development/python-modules/zconfig')
-rw-r--r--pkgs/development/python-modules/zconfig/default.nix3
-rw-r--r--pkgs/development/python-modules/zconfig/skip-broken-test.patch12
2 files changed, 1 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/zconfig/default.nix b/pkgs/development/python-modules/zconfig/default.nix
index 94b890c79e33f..3b6237638dc35 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 ee3fcff490368..0000000000000
--- 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)