python3Packages.sqlalchemy-citext: fix tests

gstqt5
Jonathan Ringer 2020-09-04 09:19:28 -07:00 committed by Jon
parent a24cac67bd
commit bd3afd631c
1 changed files with 4 additions and 3 deletions

View File

@ -18,9 +18,10 @@ buildPythonPackage rec {
sqlalchemy
];
checkPhase = ''
${python.interpreter} tests/test_citext.py
'';
# tests are not packaged in pypi tarball
doCheck = false;
pythonImportsCheck = [ "citext" ];
meta = with lib; {
description = "A sqlalchemy plugin that allows postgres use of CITEXT";