pythonPackage.alembic: disable non-existent tests

This commit is contained in:
Jonathan Ringer 2019-10-25 01:50:38 -07:00 committed by Frederik Rietdijk
parent ceeeeeaf41
commit e740706b7a

View File

@ -15,6 +15,9 @@ buildPythonPackage rec {
buildInputs = [ pytest pytestcov mock coverage ];
propagatedBuildInputs = [ Mako sqlalchemy python-editor dateutil setuptools ];
# no traditional test suite
doCheck = false;
meta = with stdenv.lib; {
homepage = https://bitbucket.org/zzzeek/alembic;
description = "A database migration tool for SQLAlchemy";