feluelle commented on a change in pull request #6472: [AIRFLOW-6058] Running
tests with pytest
URL: https://github.com/apache/airflow/pull/6472#discussion_r350282575
##########
File path: setup.py
##########
@@ -299,6 +300,9 @@ def write_version(filename: str =
os.path.join(*["airflow", "git_version"])):
'pylint~=2.3.1', # to be upgraded after fixing
https://github.com/PyCQA/pylint/issues/3123
# We should also disable checking docstring at the
module level
'pysftp',
+ 'pytest',
+ 'pytest-cov==2.8.1',
+ # 'pytest-randomly'
Review comment:
`pytest-randomly` is this useful?
----------------------------------------------------------------
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