pythonPackages.agate-sql: format, add pythonImportsCheck, mark broken
This commit is contained in:
parent
089b96e217
commit
17badcf58a
@ -11,10 +11,14 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ agate sqlalchemy crate ];
|
||||
|
||||
pythonImportsCheck = [ "agatesql" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Adds SQL read/write support to agate.";
|
||||
homepage = "https://github.com/wireservice/agate-sql";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ vrthra ];
|
||||
# FAIL: test_to_sql_create_statement_with_schema (tests.test_agatesql.TestSQL)
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user