python3Packages.sqlalchemy-citext: fix tests

This commit is contained in:
Jonathan Ringer 2020-09-04 09:19:28 -07:00 committed by Jon
parent a24cac67bd
commit bd3afd631c

View file

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