Replies: 1 comment 1 reply
-
In my understanding, a feature won't impact the lockfile until it is explicitly composed into an environment: [environments]
dev = {features = ["dev"]} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Imagine the following setup:
pixi init pixi add 'python==3.11.*' pixi add mypy --feature dev
Similar to
Cargo.lock
, I expect the exactmypy
version to be listed inpixi.toml
as well, but it isn't:Is this a design choice? For instance, (in PyPI lingo) is
pixi.lock
considered to be a list of requirements or a list of constraints?Beta Was this translation helpful? Give feedback.
All reactions