Skip to content

Commit

Permalink
fix: xfail test_pep518 with pyodide
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 15, 2024
1 parent 742760a commit e7d5daf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_pep518.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import textwrap

import pytest

from . import test_projects, utils

basic_project = test_projects.new_c_project(
Expand Down Expand Up @@ -32,6 +34,7 @@
"""


@pytest.mark.xfail(condition=utils.platform == "pyodide", reason="unknown...", strict=True)
def test_pep518(tmp_path, build_frontend_env):
project_dir = tmp_path / "project"
basic_project.generate(project_dir)
Expand Down

0 comments on commit e7d5daf

Please sign in to comment.