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 0baa5fe commit 2a31d99Copy full SHA for 2a31d99
graalpython/com.oracle.graal.python.test/src/tests/test_interop.py
@@ -104,7 +104,7 @@ def __delitem__(self, key):
104
class PyString(str):
105
pass
106
107
-@skipUnless(sys.implementation.name == "graalpy", "interop")
+@skipUnless(sys.implementation.name == "graalpy" and not __graalpython__.is_native, "interop")
108
class InteropTests(unittest.TestCase):
109
def test_import(self):
110
def some_function():
0 commit comments