summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_site.py
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-10-14 01:38:56 (GMT)
committerGitHub <noreply@github.com>2020-10-14 01:38:56 (GMT)
commit6a48518e8dac3521ff387ee67cdf33783114a257 (patch)
tree2f98934645990e296ea7eaead6294b5938593c55 /Lib/test/test_site.py
parentf2bd04f6891071742eb000edde1ca81590349103 (diff)
downloadcpython-6a48518e8dac3521ff387ee67cdf33783114a257.zip
cpython-6a48518e8dac3521ff387ee67cdf33783114a257.tar.gz
cpython-6a48518e8dac3521ff387ee67cdf33783114a257.tar.bz2
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Diffstat (limited to 'Lib/test/test_site.py')
-rw-r--r--Lib/test/test_site.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py
index a475ed1..2e70880 100644
--- a/Lib/test/test_site.py
+++ b/Lib/test/test_site.py
@@ -516,8 +516,6 @@ class ImportSideEffectTests(unittest.TestCase):
@test.support.requires_resource('network')
@test.support.system_must_validate_cert
- @unittest.skipUnless(sys.version_info[3] == 'final',
- 'only for released versions')
@unittest.skipUnless(hasattr(urllib.request, "HTTPSHandler"),
'need SSL support to download license')
def test_license_exists_at_url(self):