potiuk commented on a change in pull request #4938: [AIRFLOW-4117]
Multi-staging Image - Travis CI tests [Step 3/3]
URL: https://github.com/apache/airflow/pull/4938#discussion_r303211549
##########
File path: setup.py
##########
@@ -290,12 +275,12 @@ def write_version(filename: str =
os.path.join(*["airflow", "git_version"])):
'nose-timer',
'parameterized',
'paramiko',
- 'pylint~=2.3.1', # Ensure the same version as in .travis.yml
+ 'pylint',
Review comment:
it's a proability indeed. I will revert it and we should anyhow work out
better way of dealing with dependencies - so we might want to get some
auto-upgrades. I switched to dependabot in our other project and it works
nicely (though it's agains Apache rules).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services