sarugaku / passa

Resolver implementation and toolset for generating and interacting with Pipfile and Pipfile.lock.
ISC License
53 stars 12 forks source link

Warn about invalid extras during locking #62

Open uranusjr opened 5 years ago

uranusjr commented 5 years ago

Not sure if this is already done. pypa/pipenv#3026.

techalchemy commented 5 years ago

Likewise, but I don’t think we should fail... presumably we shouldn’t write the bad value?

uranusjr commented 5 years ago

I was thinking about dropping invalid extras as well, but that would be more involved to implement. Nice to have, but not necessary and don’t need to be done right now.