Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
f59e317d
Kaydet (Commit)
f59e317d
authored
May 02, 2019
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge branch 'release'
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
75e0ad01
a4c251d2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
change-log.md
docs/change-log.md
+11
-0
versions.py
scripts/versions.py
+1
-0
api_container_test.py
tests/integration/api_container_test.py
+3
-0
No files found.
docs/change-log.md
Dosyayı görüntüle @
f59e317d
Change log
==========
3.
7.2
-----
[
List of PRs / issues for this release
](
https://github.com/docker/docker-py/milestone/59?closed=1
)
### Bugfixes
*
Fix base_url to keep TCP protocol on utils.py by letting the responsability of changing the
protocol to
`parse_host`
afterwards, letting
`base_url`
with the original value.
*
XFAIL test_attach_stream_and_cancel on TLS
3.
7.1
-----
...
...
scripts/versions.py
Dosyayı görüntüle @
f59e317d
...
...
@@ -72,5 +72,6 @@ def main():
results
.
add
(
str
(
latest
))
print
(
' '
.
join
(
results
))
if
__name__
==
'__main__'
:
main
()
tests/integration/api_container_test.py
Dosyayı görüntüle @
f59e317d
...
...
@@ -1252,6 +1252,9 @@ class AttachContainerTest(BaseAPIIntegrationTest):
@pytest.mark.timeout
(
10
)
@pytest.mark.skipif
(
os
.
environ
.
get
(
'DOCKER_HOST'
,
''
)
.
startswith
(
'ssh://'
),
reason
=
'No cancellable streams over SSH'
)
@pytest.mark.xfail
(
condition
=
os
.
environ
.
get
(
'DOCKER_TLS_VERIFY'
)
or
os
.
environ
.
get
(
'DOCKER_CERT_PATH'
),
reason
=
'Flaky test on TLS'
)
def
test_attach_stream_and_cancel
(
self
):
container
=
self
.
client
.
create_container
(
BUSYBOX
,
'sh -c "sleep 2 && echo hello && sleep 60"'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment