Skip to content
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

Fix python3 #1

Merged
merged 27 commits into from
Nov 28, 2014
Merged

Fix python3 #1

merged 27 commits into from
Nov 28, 2014

Conversation

mauricioabreu
Copy link

No description provided.

bfirsh and others added 27 commits October 23, 2014 18:28
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
It's less important than signing your work.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
…ctions

Improve contributing instructions
The old url gave a 302 and wordpress 4.0 has also been released.
Signed-off-by: Nicolas Peters <peters.nico@gmail.com>
Update wordpress url on wordpress example
Signed-off-by: Michael A. Smith <michael@smith-li.com>
…file

Fixes docker#602 Allowing `help $cmd` with no figfile
This reverts commit 60411e9.

Closes docker#556

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

Conflicts:
	requirements.txt
	setup.py
Patch from d11wtq/dockerpty#24

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
…service

Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Signed-off-by: Andrew Burkett <burkett.andrew@gmail.com>
Signed-off-by: Andrew Burkett <burkett.andrew@gmail.com>
Support multiple port bindings for same internal port
…iners

Add signal in the kill CLI commando to send a specific signal to the service
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
Using six to keep the code compatible.
Updating except to the new format.
Conflicts:
	tests/integration/cli_test.py
@mauricioabreu
Copy link
Author

Even with these fixes, I still get two errors like this one:

======================================================================
ERROR: test_run_without_command (tests.integration.cli_test.CLITestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.4/unittest/mock.py", line 1125, in patched
    return func(*args, **keywargs)
  File "/vagrant/tests/integration/cli_test.py", line 184, in test_run_without_command
    self.check_build('tests/fixtures/simple-dockerfile', tag='figtest_test')
  File "/vagrant/tests/integration/testcases.py", line 39, in check_build
    stream_output(build_output, open('/dev/null', 'w'))
  File "/vagrant/fig/progress_stream.py", line 19, in stream_output
    for chunk in output:
  File "/vagrant/.tox/py34/lib/python3.4/site-packages/docker/client.py", line 279, in _stream_helper
    socket_fp = socket_obj(_sock=self._get_raw_response_socket(response))
nose.proxy.TypeError: __init__() got an unexpected keyword argument '_sock'

I am curious if it is related to d11wtq/dockerpty#8

dnephin added a commit that referenced this pull request Nov 28, 2014
@dnephin dnephin merged commit 84e6d2f into dnephin:python3 Nov 28, 2014
dnephin added a commit that referenced this pull request Feb 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants