Skip to content

Commit 75fdded

Browse files
committed
tests: skip uv output test
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 15a5095 commit 75fdded

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_troubleshooting.py

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

1111
@pytest.mark.parametrize("project_contains_so_files", [False, True])
1212
def test_failed_build_with_so_files(tmp_path, capfd, build_frontend_env, project_contains_so_files):
13+
if build_frontend_env == "uv" and project_contains_so_files:
14+
pytest.skip("UV doesn't show this output for some reason")
1315
project = TestProject()
1416
project.files["setup.py"] = "raise Exception('this build will fail')\n"
1517
if project_contains_so_files:

0 commit comments

Comments
 (0)