diff options
author | Joffrey F <joffrey@docker.com> | 2018-01-31 14:32:32 -0800 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2018-01-31 14:42:01 -0800 |
commit | df8422d0791d7d03cd3e1efe37a9c72f242f1f78 (patch) | |
tree | db555dc7a8c4f16f33c6ac4a7ddd1c072dbe6eef /tests/unit/api_test.py | |
parent | b180b8770a265e33099bd6da76c3e556a1028491 (diff) | |
download | docker-py-cleanup_deprecated.tar.gz |
Refuse API version < 1.21 ; Remove associated code pathscleanup_deprecated
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'tests/unit/api_test.py')
-rw-r--r-- | tests/unit/api_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/api_test.py b/tests/unit/api_test.py index b9e0d52..c53a4be 100644 --- a/tests/unit/api_test.py +++ b/tests/unit/api_test.py @@ -437,7 +437,6 @@ class StreamTest(unittest.TestCase): try: stream = client.build( path=self.build_context, - stream=True ) break except requests.ConnectionError as e: |