We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bd04f commit 6a48518Copy full SHA for 6a48518
Lib/test/test_site.py
@@ -516,8 +516,6 @@ def test_sitecustomize_executed(self):
516
517
@test.support.requires_resource('network')
518
@test.support.system_must_validate_cert
519
- @unittest.skipUnless(sys.version_info[3] == 'final',
520
- 'only for released versions')
521
@unittest.skipUnless(hasattr(urllib.request, "HTTPSHandler"),
522
'need SSL support to download license')
523
def test_license_exists_at_url(self):
0 commit comments