Skip to content

Commit

Permalink
Pins temporarily moto to 1.3.14 (apache#10986)
Browse files Browse the repository at this point in the history
As described in apache#10985, moto upgrade causes some AWS tests to fail.
Until we fix it, we pin the version to 1.3.14.

Part of apache#10985
  • Loading branch information
potiuk authored Sep 17, 2020
1 parent a575c79 commit 6e5cc4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
'ipdb',
'jira',
'mongomock',
'moto>=1.3.14,<2.0.0',
'moto==1.3.14', # TODO - fix Datasync issues to get higher version of moto:
# See: https://github.com/apache/airflow/issues/10985
'parameterized',
'paramiko',
'pipdeptree',
Expand Down

0 comments on commit 6e5cc4c

Please sign in to comment.