Skip to content

Commit 9f069df

Browse files
authored
fix: adapt variant tests (#87)
1 parent c0a4457 commit 9f069df

File tree

4 files changed

+1
-287
lines changed

4 files changed

+1
-287
lines changed

tests/data/pixi_build/minimal-backend-workspaces/pixi-build-cmake/pixi.lock

Lines changed: 0 additions & 184 deletions
This file was deleted.

tests/data/pixi_build/minimal-backend-workspaces/pixi-build-rattler-build/pixi.lock

Lines changed: 0 additions & 55 deletions
This file was deleted.

tests/data/pixi_build/minimal-backend-workspaces/pixi-build-rust/pixi.lock

Lines changed: 0 additions & 47 deletions
This file was deleted.

tests/integration_python/test_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_pixi_minimal_backend(pixi_project: Path, pixi: Path, tmp_pixi_workspace
2525

2626
# Install the environment
2727
verify_cli_command(
28-
[pixi, "run", "-v", "--locked", "--manifest-path", manifest, "start"],
28+
[pixi, "run", "-v", "--manifest-path", manifest, "start"],
2929
stdout_contains="Build backend works",
3030
)
3131

0 commit comments

Comments
 (0)