We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962ebbf commit 299612cCopy full SHA for 299612c
1 file changed
graalpython/lib-python/3/test/test_site.py
@@ -512,6 +512,7 @@ def test_sitecustomize_executed(self):
512
'need SSL support to download license')
513
@test.support.requires_resource('network')
514
@test.support.system_must_validate_cert
515
+ @test.support.impl_detail("CPython-specific", graalpy=False)
516
def test_license_exists_at_url(self):
517
# This test is a bit fragile since it depends on the format of the
518
# string displayed by license in the absence of a LICENSE file.
0 commit comments