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 15a5095 commit 75fddedCopy full SHA for 75fdded
test/test_troubleshooting.py
@@ -10,6 +10,8 @@
10
11
@pytest.mark.parametrize("project_contains_so_files", [False, True])
12
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")
15
project = TestProject()
16
project.files["setup.py"] = "raise Exception('this build will fail')\n"
17
if project_contains_so_files:
0 commit comments