Skip to content

Commit

Permalink
Verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Nov 29, 2024
1 parent 7fa396b commit aada6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_python/pixi_global/test_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_sync_dependencies(pixi: Path, tmp_path: Path) -> None:
# Remove numpy again
del parsed_toml["envs"]["test"]["dependencies"]["numpy"]
manifest.write_text(tomli_w.dumps(parsed_toml))
verify_cli_command([pixi, "global", "sync"], env=env)
verify_cli_command([pixi, "global", "sync", "-vvv"], env=env)
print(manifest.read_text())
verify_cli_command([python_injected, "-c", "import numpy"], ExitCode.FAILURE, env=env)

Expand Down

0 comments on commit aada6de

Please sign in to comment.