Entries added to lockfile by pdm lock --platform linux --python 3.11 --append
are missing markers when using a custom package source
#3261
Labels
🐛 bug
Something isn't working
Steps to reproduce
I am running Windows and I have this
pyproject.toml
in a project:I then run:
Everything works fine.
I then do:
And now it fails (see below for output).
Actual behavior
I get the following output from the final
pdm install -v
:Expected behavior
pdm install
should not do anything and exit successfully since the lock file is unchanged for Windows. I only appended for--platform=linux
and I am running Windows.Environment Information
Details
Here is the content of
pdm.lock
afterpdm lock --platform=windows --python=3.11
:Here is the content of
pdm.lock
afterpdm lock --platform=linux --python=3.11 --append
:Note
With this
pyproject.toml
I cannot reproduce the issue:With this
pyproject.toml
the entry for triton in the lockfile looks like:The text was updated successfully, but these errors were encountered: