Skip to content

Commit 18a1647

Browse files
committed
Skip some more tests concerning integration
1 parent 9fa32b9 commit 18a1647

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

graalpython/com.oracle.graal.python.hpy.test/src/hpytest/hpy_devel/test_distutils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141

4242
from hpytest.support import atomic_run, HPY_ROOT
4343

44+
pytestmark = pytest.mark.skip("not supported on GraalPy because of legacy distutils")
45+
4446
# ====== IMPORTANT DEVELOPMENT TIP =====
4547
# You can use py.test --reuse-venv to speed up local testing.
4648
#

graalpython/com.oracle.graal.python.hpy.test/src/hpytest/test_legacy_forbidden.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def test_expect_make_error(self):
5353
"""
5454
self.expect_make_error(src, "this is a compile time error")
5555

56+
@pytest.mark.skip("different include dir order on GraalPy")
5657
def test_Python_h_forbidden(self, capfd):
5758
src = """
5859
#include <Python.h>

0 commit comments

Comments
 (0)