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 c96a23a commit 084b57dCopy full SHA for 084b57d
graalpython/com.oracle.graal.python.test/src/tests/test_patched_pip.py
@@ -421,6 +421,10 @@ def test_broken_patches_path(self):
421
def test_patches_file_url(self):
422
self.check_installing_with_patch_repo(urljoin('file:', pathname2url(str(self.patch_dir.absolute()))))
423
424
+ @unittest.skipIf(
425
+ __graalpython__.posix_module_backend() == 'java',
426
+ "Server doesn't work properly under Java posix backend"
427
+ )
428
def test_patches_http_url(self):
429
patch_dir = self.patch_dir
430
0 commit comments