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

Editable package can't override the existing non-edtiable version in the working set #278

Closed
1 task done
frostming opened this issue Feb 26, 2021 · 0 comments · Fixed by #279
Closed
1 task done
Labels
🐛 bug Something isn't working

Comments

@frostming
Copy link
Collaborator

frostming commented Feb 26, 2021

  • I have searched the issue tracker and believe that this is not a duplicate.

Make sure you run commands with -v flag before pasting the output.

Steps to reproduce

$ pdm add git+https://github.com/pallets/click.git@master#egg=click
$ pdm add -e git+https://github.com/pallets/click.git@master#egg=click

Actual behavior

All packages are synced to date, nothing to do.

The lockfile entry:

[[package]]
name = "click"
sections = ["default"]
version = "8.0.0a2"
editable = true
git = "https://github.com/pallets/click.git"
ref = "master"
summary = "Composable command line interface toolkit"
dependencies = [
    "colorama; platform_system == \"Windows\"",
]

Expected behavior

Editable version is installed in the working set

Environment Information

# Paste the output of `pdm info && pdm info --env` below:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant