Skip to content

Commit

Permalink
python.pkgs.sqlalchemy_migrate: remove pylint from checkInputs
Browse files Browse the repository at this point in the history
Seems not to be needed and does not work on Python 2.
  • Loading branch information
Robert Schütz authored and FRidh committed Jul 26, 2018
1 parent 7f69825 commit 02b1cc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 02b1cc9

Please sign in to comment.