diff --git a/tests/integration_python/pixi_global/test_global.py b/tests/integration_python/pixi_global/test_global.py index 3c329c92a..5f5bab983 100644 --- a/tests/integration_python/pixi_global/test_global.py +++ b/tests/integration_python/pixi_global/test_global.py @@ -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)