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:
parent
7f69825334
commit
02b1cc9600
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user