diff --git a/setup.py b/setup.py index 78e517c4a323d..5fa86e1515c28 100644 --- a/setup.py +++ b/setup.py @@ -618,6 +618,10 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version 'jsondiff', 'mongomock', 'moto>=3.0.3', + # moto is broken due to new release of responses. + # responses limit be removed when https://github.com/spulec/moto/issues/4913 is fixed + # when this happens we will need to bump minimum moto version + 'responses<0.19.0', 'parameterized', 'paramiko', 'pipdeptree',