]> granicus.if.org Git - python/commit
bpo-33988: Fix test_warnings using -W error (GH-7985)
authorXtreak <tirkarthi@users.noreply.github.com>
Thu, 5 Jul 2018 16:59:46 +0000 (22:29 +0530)
committerVictor Stinner <vstinner@redhat.com>
Thu, 5 Jul 2018 16:59:46 +0000 (18:59 +0200)
commitf5770f354cb982303237d581ad2b296486475965
treee4e3e31c8c58737b75e4848aa1e6ced3fc6a63a2
parent51a346d0753c52cc1ab3fef9b35c9ded3fddb325
bpo-33988: Fix test_warnings using -W error (GH-7985)

Use DeprecationWarning instead of PendingDeprecationWarning.
Lib/test/test_platform.py
Lib/test/test_ssl.py