Skip to content
  • Daniel Playle's avatar
    Restrict version of pylint · 4f168b9b
    Daniel Playle authored and Tristan Van Berkom's avatar Tristan Van Berkom committed
    pylint >2 is not compatible with pytest_pylint in its current form. As
    such, allowing any version of pylint for testing results in a failure.
    
    This commit restricts down the allowable versions of pylint to those
    that are both compatible with pytest_pylint, and also offer the feature
    set that we require.
    
    See #427 for further
    details.
    4f168b9b