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 94c4407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_pep518.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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 94c4407

Please sign in to comment.