From 17eaf63de8f78ec6766f6a5a3f3598ee7884f133 Mon Sep 17 00:00:00 2001 From: eladkal <45845474+eladkal@users.noreply.github.com> Date: Mon, 7 Mar 2022 21:58:44 +0200 Subject: [PATCH] pin responses version --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) 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',