csvkit: not broken

This commit is contained in:
Robert Schütz 2021-03-08 08:51:54 +01:00
parent 2758f7bb1e
commit b1d385cf4b

View file

@ -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;
};
}