-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AIRFLOW-1159] upgrading to docker >2.0 #2369
Conversation
@elipapa, thanks for your PR! By analyzing the history of the files in this pull request, we identified @asnir, @bolkedebruin and @r39132 to be potential reviewers. |
@elipapa pls fix tests |
tests seem to fail b/c of a pre-existing cache. how can one clear the cache
on travis?
…On Fri, Jun 23, 2017 at 3:35 AM, Alex Guziel ***@***.***> wrote:
@elipapa <https://github.com/elipapa> pls fix tests
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2369 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAG34iVFsSrMy3snt0PE1QR0z6hg_kSWks5sGySDgaJpZM4N7yli>
.
|
@elipapa please rebase. I will take a look after. |
Codecov Report
@@ Coverage Diff @@
## master #2369 +/- ##
======================================
Coverage 75.9% 75.9%
======================================
Files 197 197
Lines 14702 14702
======================================
Hits 11159 11159
Misses 3543 3543
Continue to review full report at Codecov.
|
We already switched a couple of times between |
@Fokko actually there are no differences: it's the same official docker python SDK package, but it has been renamed after v2.0. |
Ack, thanks. It looks like 3.3.0 is the current version. Maybe bump it to 3+ right away? |
@elipapa any progress with this? |
Dear Airflow maintainers,
Please accept this PR. I understand that it will not be reviewed until I have checked off all the steps below!
JIRA
Description
docker-py
has been renamed todocker
and introduced a few breaking changes http://docker-py.readthedocs.io/en/stable/change-log.htmlTests
the functionality is not altered/improved and no new test is required.
Commits