From b1d385cf4b02126465b20ae884e276c2d635e9a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 8 Mar 2021 08:51:54 +0100 Subject: [PATCH] csvkit: not broken --- pkgs/tools/text/csvkit/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/tools/text/csvkit/default.nix b/pkgs/tools/text/csvkit/default.nix index 1e1018ae56d..56f5bae3123 100644 --- a/pkgs/tools/text/csvkit/default.nix +++ b/pkgs/tools/text/csvkit/default.nix @@ -38,7 +38,5 @@ python3.pkgs.buildPythonApplication rec { maintainers = with maintainers; [ vrthra ]; license = licenses.mit; homepage = "https://github.com/wireservice/csvkit"; - # FAIL: test_to_sql_create_statement_with_schema (tests.test_agatesql.TestSQL) - broken = true; }; }