python.pkgs.sqlalchemy_migrate: remove pylint from checkInputs

Seems not to be needed and does not work on Python 2.
This commit is contained in:
Robert Schütz 2018-07-24 17:56:55 +02:00 committed by Frederik Rietdijk
parent 7f69825334
commit 02b1cc9600

View file

@ -12,7 +12,7 @@ buildPythonPackage rec {
sha256 = "0ld2bihp9kmf57ykgzrfgxs4j9kxlw79sgdj9sfn47snw3izb2p6";
};
checkInputs = [ unittest2 scripttest pytz pylint mock testtools testrepository ];
checkInputs = [ unittest2 scripttest pytz mock testtools testrepository ];
propagatedBuildInputs = [ pbr tempita decorator sqlalchemy six sqlparse ];
prePatch = ''