Skip to content

Commit 9a058c6

Browse files
committed
Fix a failing test
This was caused due to an overlap between two PRs which ended up being incompatible.
1 parent 7616583 commit 9a058c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/functional/test_pep660.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def test_install_pep517_basic(tmpdir, script, with_wheel):
9393
project_dir = _make_project(tmpdir, BACKEND_WITHOUT_PEP660, with_setup_py=False)
9494
script.pip(
9595
"install",
96-
"--use-feature=in-tree-build",
9796
"--no-index",
9897
"--no-build-isolation",
9998
project_dir,

0 commit comments

Comments
 (0)