Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
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
cpython
Commits
7997fa2e
Kaydet (Commit)
7997fa2e
authored
Kas 10, 2017
tarafından
Miss Islington (bot)
Kaydeden (comit)
Serhiy Storchaka
Kas 10, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-31999: Fix test_venv in case the zlib module is not available. (GH-4359) (#4360)
(cherry picked from commit
5e0df74b
)
üst
b9a40aca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test_venv.py
Lib/test/test_venv.py
+2
-1
No files found.
Lib/test/test_venv.py
Dosyayı görüntüle @
7997fa2e
...
@@ -13,7 +13,7 @@ import struct
...
@@ -13,7 +13,7 @@ import struct
import
subprocess
import
subprocess
import
sys
import
sys
import
tempfile
import
tempfile
from
test.support
import
(
captured_stdout
,
captured_stderr
,
from
test.support
import
(
captured_stdout
,
captured_stderr
,
requires_zlib
,
can_symlink
,
EnvironmentVarGuard
,
rmtree
)
can_symlink
,
EnvironmentVarGuard
,
rmtree
)
import
unittest
import
unittest
import
venv
import
venv
...
@@ -424,6 +424,7 @@ class EnsurePipTest(BaseTest):
...
@@ -424,6 +424,7 @@ class EnsurePipTest(BaseTest):
' module unconditionally'
)
' module unconditionally'
)
# Issue #26610: pip/pep425tags.py requires ctypes
# Issue #26610: pip/pep425tags.py requires ctypes
@unittest.skipUnless
(
ctypes
,
'pip requires ctypes'
)
@unittest.skipUnless
(
ctypes
,
'pip requires ctypes'
)
@requires_zlib
def
test_with_pip
(
self
):
def
test_with_pip
(
self
):
self
.
do_test_with_pip
(
False
)
self
.
do_test_with_pip
(
False
)
self
.
do_test_with_pip
(
True
)
self
.
do_test_with_pip
(
True
)
...
...
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