mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
pythonPackage.alembic: disable non-existent tests
This commit is contained in:
parent
ceeeeeaf41
commit
e740706b7a
@ -15,6 +15,9 @@ buildPythonPackage rec {
|
|||||||
buildInputs = [ pytest pytestcov mock coverage ];
|
buildInputs = [ pytest pytestcov mock coverage ];
|
||||||
propagatedBuildInputs = [ Mako sqlalchemy python-editor dateutil setuptools ];
|
propagatedBuildInputs = [ Mako sqlalchemy python-editor dateutil setuptools ];
|
||||||
|
|
||||||
|
# no traditional test suite
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://bitbucket.org/zzzeek/alembic;
|
homepage = https://bitbucket.org/zzzeek/alembic;
|
||||||
description = "A database migration tool for SQLAlchemy";
|
description = "A database migration tool for SQLAlchemy";
|
||||||
|
Loading…
Reference in New Issue
Block a user