Skip to content

Commit 15a5095

Browse files
committed
Revert "tests: add pyproject.toml for failing test"
This reverts commit 619bde3.
1 parent 619bde3 commit 15a5095

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/test_troubleshooting.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,11 @@
77

88
SO_FILE_WARNING = "NOTE: Shared object (.so) files found in this project."
99

10-
PYPROJECT_TOML = """
11-
[build-system]
12-
requires = ["setuptools"]
13-
build-backend = "setuptools.build_meta:__legacy__"
14-
"""
15-
1610

1711
@pytest.mark.parametrize("project_contains_so_files", [False, True])
1812
def test_failed_build_with_so_files(tmp_path, capfd, build_frontend_env, project_contains_so_files):
1913
project = TestProject()
2014
project.files["setup.py"] = "raise Exception('this build will fail')\n"
21-
project.files["pyproject.toml"] = PYPROJECT_TOML
2215
if project_contains_so_files:
2316
project.files["libnothing.so"] = ""
2417

0 commit comments

Comments
 (0)