-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Enable docker-py compat. testing w/ ignored result #11169
Conversation
1515c3c
to
3805094
Compare
LGTM assuming @jwhonce 's comment is addressed. |
3805094
to
b150c89
Compare
b150c89
to
522dfb8
Compare
522dfb8
to
a32d3c0
Compare
Significant bitrot results in almost immediate test failure. This commit adds only the very basic, bare-minimum needed to get them started. ***TESTING RESULTS ARE IGNORED*** Signed-off-by: Chris Evich <[email protected]>
a32d3c0
to
2744366
Compare
Eek. This is beyond my ability to review, it's more pythony than what I know. If it passes CI -- and it seems to have -- it LGTM. I think the original issue was asking for a way to run these tests from the command line, though? Is there a way to do that? Do we even want to? |
Eventually, this would be nice for any developers wanting to work on it away from CI. Jhon and I chatted and we think this can be left up to a future PR. |
In the interest of transparency, I'm not expecting merge of this PR to close #9229. A large part of getting this task working was about environment setup. So my intention is to open a new PR to handle the "running from Makefile" issue, now that the needed environment is a known-quantity. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cevich, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Partially address #9229
Significant bitrot results in almost immediate test failure. This
commit adds only the very basic, bare-minimum needed to get them
started directly on the host.
TESTING RESULTS ARE IGNORED