Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Use correct dependency location for pixi upgrade #2472

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fmt after merge
ruben-arts committed Dec 3, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit a77b29bf065b7c516bdeb1045f3a7636fba61ee1
2 changes: 1 addition & 1 deletion tests/integration_python/test_main_cli.py
Original file line number Diff line number Diff line change
@@ -598,7 +598,7 @@ def test_upgrade_dependency_location_pixi(pixi: Path, tmp_path: Path) -> None:
assert polars_pypi != "==0.*"
assert "numpy" not in pypi_dependencies


def test_upgrade_keep_info(
pixi: Path, tmp_pixi_workspace: Path, multiple_versions_channel_1: str
) -> None: