Commit Graph

2 Commits

Author SHA1 Message Date
Diego M. Rodríguez 7f01b8bae8 Update pylint to 2.3 (#2522)
* Bump pylint version to 2.3.x

* Upda constraints.txt

* Reintroduce constraints.txt
2019-05-28 16:46:54 -04:00
Matthew Treinish 5285d1a537 Add constraints to pin pylint to known working version (#1868)
* Add constraints to pin pylint to known working version

This commit adds a constraints file so we're always running pylint and
astroid at known working version. The 2 are requirements are very coupled
and small changes in one often requires an update in the other.
Unfortunately new versions of pylint often change or add rules which
makes running it unpinned not a good decision. To ensure a consistent
environment for running pylint this commit leverages pip constraints to
make sure we always install the same version of astroid and pylint.

* Pin for broken cryptography release today too
2019-02-27 14:35:01 -05:00