Shopify / pyoozie

Library for querying and scheduling with Apache Oozie
https://py-oozie.readthedocs.io
MIT License
11 stars 12 forks source link

Pin Pylint in requirements #43

Closed sabidib closed 7 years ago

sabidib commented 7 years ago

Seems like pylint>1.7 is causing the linter on master to fail with:

astroid.exceptions.AstroidImportError: Failed to import module pyoozie.xml.WorkflowBuilder with error:
No module named pyoozie.xml.WorkflowBuilder.
make: *** [sourcelint] Error 1

This PR pins pylint to have the same version ranges as shopify_python.