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
f5770f35
Kaydet (Commit)
f5770f35
authored
Tem 05, 2018
tarafından
Xtreak
Kaydeden (comit)
Victor Stinner
Tem 05, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-33988: Fix test_warnings using -W error (GH-7985)
Use DeprecationWarning instead of PendingDeprecationWarning.
üst
51a346d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
test_platform.py
Lib/test/test_platform.py
+2
-2
test_ssl.py
Lib/test/test_ssl.py
+1
-1
No files found.
Lib/test/test_platform.py
Dosyayı görüntüle @
f5770f35
...
...
@@ -265,7 +265,7 @@ class PlatformTest(unittest.TestCase):
'ignore'
,
r'dist\(\) and linux_distribution\(\) '
'functions are deprecated .*'
,
Pending
DeprecationWarning
,
DeprecationWarning
,
)
res
=
platform
.
dist
()
...
...
@@ -341,7 +341,7 @@ class PlatformTest(unittest.TestCase):
'ignore'
,
r'dist\(\) and linux_distribution\(\) '
'functions are deprecated .*'
,
Pending
DeprecationWarning
,
DeprecationWarning
,
)
distname
,
version
,
distid
=
platform
.
linux_distribution
()
...
...
Lib/test/test_ssl.py
Dosyayı görüntüle @
f5770f35
...
...
@@ -4145,7 +4145,7 @@ def test_main(verbose=False):
'ignore'
,
r'dist\(\) and linux_distribution\(\) '
'functions are deprecated .*'
,
Pending
DeprecationWarning
,
DeprecationWarning
,
)
for
name
,
func
in
plats
.
items
():
plat
=
func
()
...
...
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