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 9fa32b9 commit 18a1647Copy full SHA for 18a1647
graalpython/com.oracle.graal.python.hpy.test/src/hpytest/hpy_devel/test_distutils.py
@@ -41,6 +41,8 @@
41
42
from hpytest.support import atomic_run, HPY_ROOT
43
44
+pytestmark = pytest.mark.skip("not supported on GraalPy because of legacy distutils")
45
+
46
# ====== IMPORTANT DEVELOPMENT TIP =====
47
# You can use py.test --reuse-venv to speed up local testing.
48
#
graalpython/com.oracle.graal.python.hpy.test/src/hpytest/test_legacy_forbidden.py
@@ -53,6 +53,7 @@ def test_expect_make_error(self):
53
"""
54
self.expect_make_error(src, "this is a compile time error")
55
56
+ @pytest.mark.skip("different include dir order on GraalPy")
57
def test_Python_h_forbidden(self, capfd):
58
src = """
59
#include <Python.h>
0 commit comments