Matt Davis
Matt Davis
This is a look ahead at the tests running without pip-shims with the proposed new requirementslib version ... until that gets released and vendored with a version update to vendor.txt...
* Vendor safety==2.1.1 cleanly with ruamel. * Apply more minimal patch to safety. Thank you for contributing to Pipenv! ### The issue The new version of safety has strange output:...
### The issue We get a lot of issue reports about how pipenv cannot be used at the system level, which is actually quite common in Docker containers for people...
Convert away from `six` python 2 -> 3 conversion library ### Issue description We no longer support python 2 so including six should no longer be a requirement.
Welcome to Mid-June 2022! For myself, this marks 7 months using the `pipenv` project and about 4 months of serving as an active maintainer for the project along with @oz123....
### The issue Now that we dropped support for python 3.6 we should migrate away from `pkg_resoruces` as >Use of pkg_resources is discouraged in favor of [importlib.resources](https://docs.python.org/3/library/importlib.html#module-importlib.resources), [importlib.metadata](https://docs.python.org/3/library/importlib.metadata.html) ### The...
Thank you for contributing to Pipenv! ### The issue Trying to get some improved windows support and figure out why those 3 tests are failing in the CI. ### The...
This adds error handling around badly formed python specifiers which pip happily installs the packages for, and the resolver spits out whatever is in the setup.py, however it will be...
I am proposing via PR we remove the flag `--selective-upgrade` on several grounds: * It doesn't work and hasn't for a long time * The suggestion for people using it...
I am using `django-storages` by way of `saleor` and uploading to the digitalocean space is always making the images private, despite having the setting `AWS_DEFAULT_ACL = public-read` however it seems...