pythonPackage.alembic: disable non-existent tests

This commit is contained in:
Jonathan Ringer
2019-10-27 16:26:56 +01:00
committed by Frederik Rietdijk
parent ceeeeeaf41
commit e740706b7a
@@ -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";