python3Packages.sqlalchemy-citext: fix tests
This commit is contained in:
@@ -18,9 +18,10 @@ buildPythonPackage rec {
|
|||||||
sqlalchemy
|
sqlalchemy
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
# tests are not packaged in pypi tarball
|
||||||
${python.interpreter} tests/test_citext.py
|
doCheck = false;
|
||||||
'';
|
|
||||||
|
pythonImportsCheck = [ "citext" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A sqlalchemy plugin that allows postgres use of CITEXT";
|
description = "A sqlalchemy plugin that allows postgres use of CITEXT";
|
||||||
|
|||||||
Reference in New Issue
Block a user