csvkit: add pythonImportCheck, mark broken
This commit is contained in:
parent
0207c32eff
commit
089b96e217
@ -23,17 +23,22 @@ python3.pkgs.buildPythonApplication rec {
|
||||
agate-dbf
|
||||
agate-sql
|
||||
six
|
||||
setuptools # `csvsql` requires pkg_resources https://github.com/NixOS/nixpkgs/issues/93594
|
||||
setuptools
|
||||
];
|
||||
|
||||
checkInputs = with python3.pkgs; [
|
||||
nose pytestCheckHook
|
||||
nose
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "csvkit" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A suite of command-line tools for converting to and working with CSV";
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user