Matt Davis
Matt Davis
Similar to linting or vendoring, we should have a a build step that is for running the mypy type checker. This will mean cleaning up the type annotations and eliminating...
trivial news fragments aren't getting added to the CHANGELOG.rst when generating a release. I noticed this a few times now; finally ticketing it.
I am considering we should skip this test so we don't appear to have broken CI builds 90% of the time, and use this ticket to document the fact we...
I was working on converting `pipenv` away from `pkg_resources` to use instead distributions from https://docs.python.org/3/library/importlib.metadata.htmland in the past hour it became problematic because we rely on `pipdeptree` which is expecting...
Thanks for publishing this project, I am using it for inspiration for the registration flow that I am building, however I am finding that in most cases I need to...
Currently unable to upgrade other dependencies due to usage of this library. Example: ``` INFO:pipenv.patched.pip._internal.resolution.resolvelib.factory: The conflict is caused by: martor 1.6.28 depends on importlib-metadata= "3.8" ``` ## Details -...
### Description of the issue With successful authorization (not captured):  Once manually captured in the stripe UI:  ### Steps to reproduce the problem Set the configuration to not...
Thank you for contributing to Pipenv! ### The issue It has been long requested that: `pipenv install` have the same behavior as `pipenv sync` when no packages are requested and...
### Issue description Check actions: https://github.com/pypa/pipenv/actions/runs/7749006292/job/21132708157 It fails, but after publishing successful wheel. It doesn't block release, but we need to evaluate either removing the bump release version, or fixing...
Ran into this at work recently, uninstall does a complete lock so not nearly as useful as upgrade path. This makes the uninstall smarter like the upgrade path is (but...