Skip to content

Commit

Permalink
[AIRFLOW-1669] Fix Docker and pin Moto to 1.1.19
Browse files Browse the repository at this point in the history
getmoto/moto#1048 introduced `docker` as a
dependency in Moto, causing a conflict as Airflow uses `docker-py`. As
both packages don't work together, Moto is pinned to the version
prior to that change.

(cherry picked from commit a61d944)
Signed-off-by: Bolke de Bruin <[email protected]>
  • Loading branch information
moertel authored and bolkedebruin committed Nov 2, 2017
1 parent d4406c0 commit f7f2a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ldap3
lxml
markdown
mock
moto
moto==1.1.19
mysqlclient
nose
nose-exclude
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def write_version(filename=os.path.join(*['airflow',
'jira',
'lxml>=3.3.4',
'mock',
'moto',
'moto==1.1.19',
'nose',
'nose-ignore-docstring==0.2',
'nose-timer',
Expand Down

0 comments on commit f7f2a8c

Please sign in to comment.