]> granicus.if.org Git - python/commit
bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032)
authorXtreak <tir.karthi@gmail.com>
Wed, 1 May 2019 11:59:49 +0000 (17:29 +0530)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 May 2019 11:59:48 +0000 (04:59 -0700)
commit2fc936ed24cf04ed32f6015a8aa78c8ea40da66b
treea1c366ddafc527f7a6f744850b42081bbd325721
parent49e27f0afb02ce7b98ed5a4387238850117f4c7e
bpo-30458: Disable https related urllib tests on a build without ssl (GH-13032)

These tests require an SSL enabled build. Skip these tests when python is built without SSL to fix test failures.

https://bugs.python.org/issue30458
Lib/test/test_urllib.py