feluelle commented on a change in pull request #11020:
URL: https://github.com/apache/airflow/pull/11020#discussion_r492674454
##########
File path: setup.py
##########
@@ -455,8 +455,7 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
'ipdb',
'jira',
'mongomock',
- 'moto==1.3.14', # TODO - fix Datasync issues to get higher version of
moto:
- # See:
https://github.com/apache/airflow/issues/10985
+ 'moto=>1.13.16',
Review comment:
You mean `1.3.16` not `1.13.16` ?!
##########
File path: setup.py
##########
@@ -455,8 +455,7 @@ def write_version(filename: str = os.path.join(*[my_dir,
"airflow", "git_version
'ipdb',
'jira',
'mongomock',
- 'moto==1.3.14', # TODO - fix Datasync issues to get higher version of
moto:
- # See:
https://github.com/apache/airflow/issues/10985
+ 'moto>=1.13.16',
Review comment:
```suggestion
'moto>=1.3.16',
```
----------------------------------------------------------------
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]